Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a71750 commit 32f3684Copy full SHA for 32f3684
1 file changed
Doc/tutorial/appendix.rst
@@ -20,7 +20,7 @@ In interactive mode, it then returns to the primary prompt; when input came from
20
a file, it exits with a nonzero exit status after printing the stack trace.
21
(Exceptions handled by an :keyword:`except` clause in a :keyword:`try` statement
22
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
+cause an exit with a nonzero exit status; this applies to internal inconsistencies and
24
some cases of running out of memory. All error messages are written to the
25
standard error stream; normal output from executed commands is written to
26
standard output.
0 commit comments