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.
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 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
101102 specified exit code.
102103
103104.. data :: help
104105 :noindex:
105106
106107 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 `).
109111
110112.. data :: copyright
111113 credits
You can’t perform that action at this time.
0 commit comments