File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,17 @@ should not be used in programs.
94
94
exit(code=None)
95
95
96
96
Objects that when printed, print a message like "Use quit() or Ctrl-D
97
- (i.e. EOF) to exit", and when called, raise :exc: `SystemExit ` with the
97
+ (i.e. EOF) to exit", and when accessed directly in the interactive
98
+ interpreter or called as functions, raise :exc: `SystemExit ` with the
98
99
specified exit code.
99
100
100
101
.. data :: help
101
102
:noindex:
102
103
103
104
Object that when printed, prints the message "Type help() for interactive
104
- help, or help(object) for help about object.", and when called,
105
- acts as described :func: `elsewhere <help> `.
105
+ help, or help(object) for help about object.", and when accessed directly
106
+ in the interactive interpreter, invokes the built-in help system
107
+ (see :func: `help `).
106
108
107
109
.. data :: copyright
108
110
credits
You can’t perform that action at this time.
0 commit comments