commit | cc8914fb2207dfc269aaef046a07366ff3cfc9f1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Mar 20 15:09:40 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Mar 20 15:09:40 1995 +0000 |
tree | ed69790ccc0eac6b2418eb37f94cee4d9a60137a | |
parent | 903abee9c4ee6205720db5a10a16d79e0386cd55 [diff] |
fix comment about exit()
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 601a090..e526652 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -28,7 +28,7 @@ Various bits of information used by the interpreter are collected in module 'sys'. Function member: -- exit(sts): call (C, POSIX) exit(sts) +- exit(sts): raise SystemExit Data members: - stdin, stdout, stderr: standard file objects - modules: the table of modules (dictionary)