8000 [3.13] Fix indentation for contextlib.asynccontextmanager docs (GH-12… · python/cpython@d5a08f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5a08f0

Browse files
[3.13] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#127334)
Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (cherry picked from commit 9328db7) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent a5741d6 commit d5a08f0

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)
0