Skip to content

Commit

Permalink
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338
Browse files Browse the repository at this point in the history
)

- Amend docs for WriteTransport.get_write_buffer_limits
- Add docs for WriteTransport.get_write_buffer_size
  • Loading branch information
TechieBoy committed Jun 14, 2022
1 parent af15cc5 commit a338e10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/library/asyncio-llapi-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,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()
Expand Down

0 comments on commit a338e10

Please sign in to comment.