diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-01-12 22:48:59 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 22:48:59 (GMT) |
| commit | 68d1e30c946d003fdcfe2a4bbf76feeef6ebfa48 (patch) | |
| tree | 94e932a5a9afcf20b4312628cd78804d8d99db1f /Doc/tutorial/appendix.rst | |
| parent | 7b7cf75c027ba453c6b6e20d245e7338c70f0a03 (diff) | |
| download | cpython-68d1e30c946d003fdcfe2a4bbf76feeef6ebfa48.zip cpython-68d1e30c946d003fdcfe2a4bbf76feeef6ebfa48.tar.gz cpython-68d1e30c946d003fdcfe2a4bbf76feeef6ebfa48.tar.bz2 | |
[3.12] Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039) (#113999)
Tutorial: Clarify 'nonzero exit status' in the appendix (GH-112039)
(cherry picked from commit 32f3684b8f18d757945eee67a697cb4a95c697db)
Co-authored-by: Andrew Zipperer <47086307+zipperer@users.noreply.github.com>
Diffstat (limited to 'Doc/tutorial/appendix.rst')
| -rw-r--r-- | Doc/tutorial/appendix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index 588591f..4bea0d8 100644 --- a/Doc/tutorial/appendix.rst +++ b/Doc/tutorial/appendix.rst @@ -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. |
