From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 18 May 2025 16:27:09 +0000 (+0200) Subject: [3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185) X-Git-Tag: v3.13.4~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c297690d52c98d0d7a03239ac8a1abee236d4ea;p=thirdparty%2FPython%2Fcpython.git [3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185) fix indent in `controlflow.rst` docs (GH-134008) (cherry picked from commit 4ce91871a9077fcf8806d6fd79bdb32af9587306) Co-authored-by: Yongzi Li <1538321957@qq.com> --- diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index b8bc94e52180..436adb56863c 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -1055,7 +1055,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: