Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)

This commit is contained in:
Andrew Zipperer 2024-01-12 14:42:51 -08:00 committed by GitHub
parent 9a71750a29
commit 32f3684b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 (Exceptions handled by an :keyword:`except` clause in a :keyword:`try` statement
are not errors in this context.) Some errors are unconditionally fatal and 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 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 error stream; normal output from executed commands is written to
standard output. standard output.