Skip to content

Commit e276743

Browse files
[3.11] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#114000)
Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (cherry picked from commit 32f3684) Co-authored-by: Andrew Zipperer <[email protected]>
1 parent f8dd290 commit e276743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/appendix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In interactive mode, it then returns to the primary prompt; when input came from
2020
a file, it exits with a nonzero exit status after printing the stack trace.
2121
(Exceptions handled by an :keyword:`except` clause in a :keyword:`try` statement
2222
are not errors in this context.) Some errors are unconditionally fatal and
23-
cause an exit with a nonzero exit; this applies to internal inconsistencies and
23+
cause an exit with a nonzero exit status; this applies to internal inconsistencies and
2424
some cases of running out of memory. All error messages are written to the
2525
standard error stream; normal output from executed commands is written to
2626
standard output.

0 commit comments

Comments
 (0)