Skip to content

Commit f08b81c

Browse files
adorilsonnedbat
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Ned Batchelder <[email protected]>
1 parent 28258f6 commit f08b81c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5891,8 +5891,7 @@ Python also uses three dots in ways that are not ``Ellipsis`` objects, for insta
58915891

58925892
- Doctest's :const:`ELLIPSIS <doctest.ELLIPSIS>`, as a pattern for missing content.
58935893

5894-
- The default Python prompt of the :term:`interactive` shell when entering the
5895-
code for an indented code block, meaning "please finish your statement".
5894+
- The default Python prompt of the :term:`interactive` shell when partial input is incomplete.
58965895

58975896
Lastly, the Python documentation often uses three dots in conventional English
58985897
usage to mean omitted content, even in code examples that also use them as the

0 commit comments

Comments
 (0)