mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
fix comment about exit()
This commit is contained in:
parent
903abee9c4
commit
cc8914fb22
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue