From b635db66934994c4c1405e1d02852f7c7ddfb8e6 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Wed, 27 Nov 2024 06:24:44 -0800 Subject: [PATCH] Fix indentation for contextlib.asynccontextmanager docs --- Doc/library/contextlib.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index f5b349441bcfee..e8f264f949807d 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -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)