8000 [3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185) · python/cpython@9c29769 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c29769

Browse files
[3.13] fix indent in controlflow.rst docs (GH-134008) (#134185)
fix indent in `controlflow.rst` docs (GH-134008) (cherry picked from commit 4ce9187) Co-authored-by: Yongzi Li <1538321957@qq.com>
1 parent 5230244 commit 9c29769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ Here is an example of a multi-line docstring::
10551055
>>> print(my_function.__doc__)
10561056
Do nothing, but document it.
10571057

1058-
No, really, it doesn't do anything.
1058+
No, really, it doesn't do anything.
10591059

10601060

10611061
.. _tut-annotations:

0 commit comments

Comments
 (0)
0