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.
9494 exit(code=None)
9595
9696 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
9899 specified exit code.
99100
100101.. data :: help
101102 :noindex:
102103
103104 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 `).
106108
107109.. data :: copyright
108110 credits
You can’t perform that action at this time.
0 commit comments