Skip to content

Commit 6a268a0

Browse files
[3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#130580)
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent c4aeb4c commit 6a268a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/contextlib.rst

Lines changed: 3 additions & 3 deletions
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)