Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0034ebb commit 06157a4Copy full SHA for 06157a4
1 file changed
Python/sysmodule.c
@@ -990,7 +990,7 @@ excepthook -- called to handle any uncaught exception other than SystemExit\n\
990
To customize printing in an interactive session or to install a custom\n\
991
top-level exception handler, assign other functions to replace these.\n\
992
\n\
993
-stdin -- standard input file object; used by raw_input() and input()\n\
+stdin -- standard input file object; used by input()\n\
994
stdout -- standard output file object; used by print()\n\
995
stderr -- standard error object; used for error messages\n\
996
By assigning other file objects (or objects that behave like files)\n\
0 commit comments