Skip to content

Commit 9339d93

Browse files
adorilsonnedbat
andauthored
Minor update Doc/tutorial/controlflow.rst
Co-authored-by: Ned Batchelder <[email protected]>
1 parent 57ae57e commit 9339d93

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
@@ -279,7 +279,7 @@ at a more abstract level. The :keyword:`!pass` is silently ignored::
279279
...
280280

281281
For this last case, many people use the ellipsis literal :code:`...` instead of
282-
:code:`pass`. This use has no special meaning to Python, and it is not part of
282+
:code:`pass`. This use has no special meaning to Python, and is not part of
283283
the language definition (you could use any constant expression here), but
284284
:code:`...` is used conventionally as a placeholder body as well.
285285
See :ref:`bltin-ellipsis-object`.

0 commit comments

Comments
 (0)