From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:03:18 +0000 (+0100) Subject: [3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#130580) X-Git-Tag: v3.12.10~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a268a046f474e860c8d0186a859fdd075d80463;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#130580) Co-authored-by: Jelle Zijlstra --- diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 3d3a627d0417..9fb80c0cb4e3 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)