]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix indent in `controlflow.rst` docs (#134008)
authorYongzi Li <1538321957@qq.com>
Sun, 18 May 2025 16:21:02 +0000 (00:21 +0800)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 16:21:02 +0000 (21:51 +0530)
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: