Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2103f

Browse files
committed
Fix wording of sys.exit docstring. Close SF bug 534113.
1 parent d03c342 commit 0f2103f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static char exit_doc[] =
156156
\n\
157157
Exit the interpreter by raising SystemExit(status).\n\
158158
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\
159+
If the status is numeric, it will be used as the system exit status.\n\
160160
If it is another kind of object, it will be printed and the system\n\
161161
exit status will be one (i.e., failure).";
162162

0 commit comments

Comments
 (0)