Kaydet (Commit) cc8914fb authored tarafından Guido van Rossum's avatar Guido van Rossum

fix comment about exit()

üst 903abee9
...@@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -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 Various bits of information used by the interpreter are collected in
module 'sys'. module 'sys'.
Function member: Function member:
- exit(sts): call (C, POSIX) exit(sts) - exit(sts): raise SystemExit
Data members: Data members:
- stdin, stdout, stderr: standard file objects - stdin, stdout, stderr: standard file objects
- modules: the table of modules (dictionary) - modules: the table of modules (dictionary)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment