We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf83d9 commit 9328db7Copy full SHA for 9328db7
Doc/library/contextlib.rst
@@ -151,9 +151,9 @@ Functions and classes provided:
151
created by :func:`asynccontextmanager` to meet the requirement that context
152
managers support multiple invocations in order to be used as decorators.
153
154
- .. versionchanged:: 3.10
155
- Async context managers created with :func:`asynccontextmanager` can
156
- be used as decorators.
+ .. versionchanged:: 3.10
+ Async context managers created with :func:`asynccontextmanager` can
+ be used as decorators.
157
158
159
.. function:: closing(thing)
0 commit comments