[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:
Miss Islington (bot) 2025-05-18 18:29:03 +02:00 committed by GitHub
parent bb5f92adcf
commit 11650c354f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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: