8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5741d6 commit d5a08f0Copy full SHA for d5a08f0
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