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

Skip to content

[3.13] fix indent in controlflow.rst docs (GH-134008) #134185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix indent in controlflow.rst docs (GH-134008)
(cherry picked from commit 4ce9187)

Co-authored-by: Yongzi Li <1538321957@qq.com>
  • Loading branch information
Yzi-Li authored and miss-islington committed May 18, 2025
commit 4d9d3bda948c562a7fa6f01f84fa163bce61ffe5
2 changes: 1 addition & 1 deletion Doc/tutorial/controlflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading
0