Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/contextlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,11 @@ Functions and classes provided:
.. method:: push_async_exit(exit)

Similar to :meth:`push` but expects either an asynchronous context manager
or a coroutine.
or a coroutine function.

.. method:: push_async_callback(callback, *args, **kwds)

Similar to :meth:`callback` but expects a coroutine.
Similar to :meth:`callback` but expects a coroutine function.

.. method:: aclose()

Expand Down