Skip to content

Commit a7c05c8

Browse files
authored
pythongh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (python#92338)
- Amend docs for WriteTransport.get_write_buffer_limits - Add docs for WriteTransport.get_write_buffer_size
1 parent 871b1dc commit a7c05c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/asyncio-llapi-index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ pipes, etc). Returned from methods like
358358

359359
* - :meth:`transport.get_write_buffer_size()
360360
<WriteTransport.get_write_buffer_size>`
361+
- Return the current size of the output buffer.
362+
363+
* - :meth:`transport.get_write_buffer_limits()
364+
<WriteTransport.get_write_buffer_limits>`
361365
- Return high and low water marks for write flow control.
362366

363367
* - :meth:`transport.set_write_buffer_limits()

0 commit comments

Comments
 (0)