]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 May 2025 16:27:09 +0000 (18:27 +0200)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 16:27:09 +0000 (16:27 +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 b8bc94e5218087273b1d29c253d3e5af52960a49..436adb56863cd457423a85ef2f28a918682e7c9c 100644 (file)
@@ -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: