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 @@ -97,15 +97,17 @@ should not be used in programs.
97
97
exit(code=None)
98
98
99
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
100
+ (i.e. EOF) to exit", and when accessed directly in the interactive
101
+ interpreter or called as functions, raise :exc: `SystemExit ` with the
101
102
specified exit code.
102
103
103
104
.. data :: help
104
105
:noindex:
105
106
106
107
Object that when printed, prints the message "Type help() for interactive
107
- help, or help(object) for help about object.", and when called,
108
- acts as described :func: `elsewhere <help> `.
108
+ help, or help(object) for help about object.", and when accessed directly
109
+ in the interactive interpreter, invokes the built-in help system
110
+ (see :func: `help `).
109
111
110
112
.. data :: copyright
111
113
credits
You can’t perform that action at this time.
0 commit comments