Skip to content

Commit fd21e0a

Browse files
committed
Doc: Update index concerns Ellipsis object and pass statement
1 parent 66f0b96 commit fd21e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ statements: a ``try`` statement's ``else`` clause runs when no exception
251251
occurs, and a loop's ``else`` clause runs when no ``break`` occurs. For more on
252252
the ``try`` statement and exceptions, see :ref:`tut-handling`.
253253

254-
.. index:: single: ...; placeholder
254+
.. index:: single: ...; ellipsis literal
255255
.. _tut-pass:
256256

257257
:keyword:`!pass` Statements

0 commit comments

Comments
 (0)