mirror of
https://github.com/python/cpython.git
synced 2025-08-10 11:58:39 +00:00
[3.14] fix indent in controlflow.rst
docs (GH-134008) (#134184)
fix indent in `controlflow.rst` docs (GH-134008)
(cherry picked from commit 4ce91871a9
)
Co-authored-by: Yongzi Li <1538321957@qq.com>
This commit is contained in:
parent
bb5f92adcf
commit
11650c354f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue