Skip to content

Commit 9328db7

Browse files
Fix indentation for contextlib.asynccontextmanager docs (#127333)
1 parent 3cf83d9 commit 9328db7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/contextlib.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ Functions and classes provided:
151151
created by :func:`asynccontextmanager` to meet the requirement that context
152152
managers support multiple invocations in order to be used as decorators.
153153

154-
.. versionchanged:: 3.10
155-
Async context managers created with :func:`asynccontextmanager` can
156-
be used as decorators.
154+
.. versionchanged:: 3.10
155+
Async context managers created with :func:`asynccontextmanager` can
156+
be used as decorators.
157157

158158

159159
.. function:: closing(thing)

0 commit comments

Comments
 (0)