mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
correct docstring
This commit is contained in:
parent
0034ebb3ca
commit
06157a4d21
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ excepthook -- called to handle any uncaught exception other than SystemExit\n\
|
||||||
To customize printing in an interactive session or to install a custom\n\
|
To customize printing in an interactive session or to install a custom\n\
|
||||||
top-level exception handler, assign other functions to replace these.\n\
|
top-level exception handler, assign other functions to replace these.\n\
|
||||||
\n\
|
\n\
|
||||||
stdin -- standard input file object; used by raw_input() and input()\n\
|
stdin -- standard input file object; used by input()\n\
|
||||||
stdout -- standard output file object; used by print()\n\
|
stdout -- standard output file object; used by print()\n\
|
||||||
stderr -- standard error object; used for error messages\n\
|
stderr -- standard error object; used for error messages\n\
|
||||||
By assigning other file objects (or objects that behave like files)\n\
|
By assigning other file objects (or objects that behave like files)\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue