fix indent in controlflow.rst docs (#134008)

This commit is contained in:
Yongzi Li 2025-05-19 00:21:02 +08:00 committed by GitHub
parent b1c33294ca
commit 4ce91871a9
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: