]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix comment about exit()
authorGuido van Rossum <guido@python.org>
Mon, 20 Mar 1995 15:09:40 +0000 (15:09 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Mar 1995 15:09:40 +0000 (15:09 +0000)
Python/sysmodule.c

index 601a090e4d090742e42e9349fb43d43d32e8d11c..e526652d8a688567a39f78b9a246011f111c77fa 100644 (file)
@@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 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)