From: Yongzi Li <1538321957@qq.com> Date: Sun, 18 May 2025 16:21:02 +0000 (+0800) Subject: fix indent in `controlflow.rst` docs (#134008) X-Git-Tag: v3.15.0a1~1680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ce91871a9077fcf8806d6fd79bdb32af9587306;p=thirdparty%2FPython%2Fcpython.git fix indent in `controlflow.rst` docs (#134008) --- diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 9a810f16388b..5c0e8f34bf82 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -1056,7 +1056,7 @@ Here is an example of a multi-line docstring:: >>> print(my_function.__doc__) Do nothing, but document it. - No, really, it doesn't do anything. + No, really, it doesn't do anything. .. _tut-annotations: