summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-llapi-index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst
index 0ab322a..0315d2e 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()
<WriteTransport.get_write_buffer_size>`
+ - Return the current size of the output buffer.
+
+ * - :meth:`transport.get_write_buffer_limits()
+ <WriteTransport.get_write_buffer_limits>`
- Return high and low water marks for write flow control.
* - :meth:`transport.set_write_buffer_limits()