Skip to content

Commit

Permalink
Fix indentation for contextlib.asynccontextmanager docs (pythonGH-127333
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 9328db7)

Co-authored-by: Jelle Zijlstra <[email protected]>
  • Loading branch information
JelleZijlstra authored and miss-islington committed Nov 27, 2024
1 parent a5741d6 commit efd8ab0
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 efd8ab0

Please sign in to comment.