mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
GH-97950: Use new-style index directive ('statement') (#104162)
This commit is contained in:
parent
3e7995ca11
commit
55d50d147c
9 changed files with 53 additions and 53 deletions
|
@ -46,7 +46,7 @@ details see :ref:`tut-match`.
|
|||
==========================
|
||||
|
||||
.. index::
|
||||
statement: for
|
||||
pair: statement; for
|
||||
|
||||
The :keyword:`for` statement in Python differs a bit from what you may be used
|
||||
to in C or Pascal. Rather than always iterating over an arithmetic progression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue