Skip to content

Commit

Permalink
Fix indentation for contextlib.asynccontextmanager docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Nov 27, 2024
1 parent 3cf83d9 commit b635db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/contextlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ Functions and classes provided:
created by :func:`asynccontextmanager` to meet the requirement that context
managers support multiple invocations in order to be used as decorators.

.. versionchanged:: 3.10
Async context managers created with :func:`asynccontextmanager` can
be used as decorators.
.. versionchanged:: 3.10
Async context managers created with :func:`asynccontextmanager` can
be used as decorators.


.. function:: closing(thing)
Expand Down

0 comments on commit b635db6

Please sign in to comment.