Skip to content

Commit

Permalink
Tutorial: Clarify 'nonzero exit status' in the appendix (python#112039)
Browse files Browse the repository at this point in the history
  • Loading branch information
zipperer committed Jan 12, 2024
1 parent 9a71750 commit 32f3684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In interactive mode, it then returns to the primary prompt; when input came from
a file, it exits with a nonzero exit status after printing the stack trace.
(Exceptions handled by an :keyword:`except` clause in a :keyword:`try` statement
are not errors in this context.) Some errors are unconditionally fatal and
cause an exit with a nonzero exit; this applies to internal inconsistencies and
cause an exit with a nonzero exit status; this applies to internal inconsistencies and
some cases of running out of memory. All error messages are written to the
standard error stream; normal output from executed commands is written to
standard output.
Expand Down

0 comments on commit 32f3684

Please sign in to comment.