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 c51c71a commit 19688d6Copy full SHA for 19688d6
Doc/library/constants.rst
@@ -97,7 +97,7 @@ should not be used in programs.
97
exit(code=None)
98
99
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
+ (i.e. EOF) to exit", and when accessed directly in the interactive
101
interpreter or called as functions, raise :exc:`SystemExit` with the
102
specified exit code.
103
0 commit comments