]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#130580)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Feb 2025 13:03:18 +0000 (14:03 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 13:03:18 +0000 (15:03 +0200)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/contextlib.rst

index 3d3a627d04172adcee1cf7b82815fa4d972d858d..9fb80c0cb4e30d1746a638e380dae008e32c54dc 100644 (file)
@@ -151,9 +151,9 @@ Functions and classes provided:
    created by :func:`asynccontextmanager` to meet the requirement that context
    managers support multiple invocations in order to be used as decorators.
 
-  .. versionchanged:: 3.10
-     Async context managers created with :func:`asynccontextmanager` can
-     be used as decorators.
+   .. versionchanged:: 3.10
+      Async context managers created with :func:`asynccontextmanager` can
+      be used as decorators.
 
 
 .. function:: closing(thing)