Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06157a4

Browse files
committed
correct docstring
1 parent 0034ebb commit 06157a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ excepthook -- called to handle any uncaught exception other than SystemExit\n\
990990
To customize printing in an interactive session or to install a custom\n\
991991
top-level exception handler, assign other functions to replace these.\n\
992992
\n\
993-
stdin -- standard input file object; used by raw_input() and input()\n\
993+
stdin -- standard input file object; used by input()\n\
994994
stdout -- standard output file object; used by print()\n\
995995
stderr -- standard error object; used for error messages\n\
996996
By assigning other file objects (or objects that behave like files)\n\

0 commit comments

Comments
 (0)