[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-05-04 03:57:14 -07:00 committed by GitHub
parent 99e6314d93
commit 6a970ae666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 53 additions and 53 deletions

View file

@ -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