]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix indentation for contextlib.asynccontextmanager docs (#127333)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 27 Nov 2024 14:38:55 +0000 (06:38 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2024 14:38:55 +0000 (06:38 -0800)
Doc/library/contextlib.rst

index f5b349441bcfee5a3d4947d6febd2f94882643b3..e8f264f949807d478f5b04361eab41941367ad33 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)