]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] fix indent in `controlflow.rst` docs (GH-134008) (#134184)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 May 2025 16:29:03 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 16:29:03 +0000 (16:29 +0000)
fix indent in `controlflow.rst` docs (GH-134008)
(cherry picked from commit 4ce91871a9077fcf8806d6fd79bdb32af9587306)

Co-authored-by: Yongzi Li <1538321957@qq.com>
Doc/tutorial/controlflow.rst

index 9a810f16388b9d5f677d8469f9c7e8f4c2ec8e60..5c0e8f34bf82f4163b1333d546199442ccd0d9ad 100644 (file)
@@ -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: