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 d03c342 commit 0f2103fCopy full SHA for 0f2103f
1 file changed
Python/sysmodule.c
@@ -156,7 +156,7 @@ static char exit_doc[] =
156
\n\
157
Exit the interpreter by raising SystemExit(status).\n\
158
If the status is omitted or None, it defaults to zero (i.e., success).\n\
159
-If the status numeric, it will be used as the system exit status.\n\
+If the status is numeric, it will be used as the system exit status.\n\
160
If it is another kind of object, it will be printed and the system\n\
161
exit status will be one (i.e., failure).";
162
0 commit comments