From 615486086e88259d470c9b033803f320da24d9ca Mon Sep 17 00:00:00 2001 From: Sanket Shanbhag Date: Thu, 5 May 2022 20:28:40 +0530 Subject: [PATCH] Fix Write Transport Table in asyncio low level api docs --- Doc/library/asyncio-llapi-index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst index 69b550e43f5aa9..cdadb7975ad494 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()