Skip to content

Commit 19688d6

Browse files
Update Doc/library/constants.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent c51c71a commit 19688d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/constants.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ should not be used in programs.
9797
exit(code=None)
9898

9999
Objects that when printed, print a message like "Use quit() or Ctrl-D
100-
(i.e. EOF) to exit", and when accessed directly in the interactive
100+
(i.e. EOF) to exit", and when accessed directly in the interactive
101101
interpreter or called as functions, raise :exc:`SystemExit` with the
102102
specified exit code.
103103

0 commit comments

Comments
 (0)