From: Sanket Shanbhag Date: Tue, 14 Jun 2022 12:46:18 +0000 (+0530) Subject: gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) X-Git-Tag: v3.12.0a1~1265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a338e106b628601de6f3d57f4a231d2c4fa5f7f1;p=thirdparty%2FPython%2Fcpython.git gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) - Amend docs for WriteTransport.get_write_buffer_limits - Add docs for WriteTransport.get_write_buffer_size --- diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst index 69b550e43f5a..cdadb7975ad4 100644 --- a/Doc/library/asyncio-llapi-index.rst +++ b/Doc/library/asyncio-llapi-index.rst @@ -358,6 +358,10 @@ pipes, etc). Returned from methods like * - :meth:`transport.get_write_buffer_size() ` + - Return the current size of the output buffer. + + * - :meth:`transport.get_write_buffer_limits() + ` - Return high and low water marks for write flow control. * - :meth:`transport.set_write_buffer_limits()