From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Thu, 16 Jun 2022 16:19:17 +0000 (+0530) Subject: gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#93805) X-Git-Tag: v3.10.6~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5163a253544bde85e64bdd2df5a3a974bbde2864;p=thirdparty%2FPython%2Fcpython.git gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#93805) - Amend docs for WriteTransport.get_write_buffer_limits - Add docs for WriteTransport.get_write_buffer_size Co-authored-by: Sanket Shanbhag --- diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst index 0ab322af6dc7..0315d2e3d37d 100644 --- a/Doc/library/asyncio-llapi-index.rst +++ b/Doc/library/asyncio-llapi-index.rst @@ -349,6 +349,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()