GH-97950: Use new-style index directive ('statement') (#104162)

This commit is contained in:
Adam Turner 2023-05-04 11:48:45 +01:00 committed by GitHub
parent 3e7995ca11
commit 55d50d147c
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