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 ca4d97e commit 4af4d27Copy full SHA for 4af4d27
1 file changed
Python/sysmodule.c
@@ -240,7 +240,7 @@ PyDoc_STRVAR(exit_doc,
240
\n\
241
Exit the interpreter by raising SystemExit(status).\n\
242
If the status is omitted or None, it defaults to zero (i.e., success).\n\
243
-If the status is numeric, it will be used as the system exit status.\n\
+If the status is an integer, it will be used as the system exit status.\n\
244
If it is another kind of object, it will be printed and the system\n\
245
exit status will be one (i.e., failure)."
246
);
0 commit comments