Skip to content

Commit 0dd134c

Browse files
authored
Update printed message of quit
1 parent 34ce192 commit 0dd134c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/constants.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ should not be used in programs.
9696
.. data:: quit(code=None)
9797
exit(code=None)
9898

99-
Objects that when printed, print a message like "Use quit() or Ctrl-D
100-
(i.e. EOF) to exit", and when called, raise :exc:`SystemExit` with the
99+
Objects that when printed, print a message like "Use quit() or Ctrl-Z
100+
plus Return to exit", and when called, raise :exc:`SystemExit` with the
101101
specified exit code.
102102

103103
.. data:: help

0 commit comments

Comments
 (0)