We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ae57e commit 9339d93Copy full SHA for 9339d93
Doc/tutorial/controlflow.rst
@@ -279,7 +279,7 @@ at a more abstract level. The :keyword:`!pass` is silently ignored::
279
...
280
281
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
+:code:`pass`. This use has no special meaning to Python, and is not part of
283
the language definition (you could use any constant expression here), but
284
:code:`...` is used conventionally as a placeholder body as well.
285
See :ref:`bltin-ellipsis-object`.
0 commit comments