]> granicus.if.org Git - python/commitdiff
correct docstring
authorBenjamin Peterson <benjamin@python.org>
Tue, 15 Jul 2008 00:28:36 +0000 (00:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 15 Jul 2008 00:28:36 +0000 (00:28 +0000)
Python/sysmodule.c

index e45d2a3846105adda1d264b7db87556ba8fd5124..896b2cd85f3277ef9ddd12b24f95d8be08515636 100644 (file)
@@ -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\
   top-level exception handler, assign other functions to replace these.\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\
 stderr -- standard error object; used for error messages\n\
   By assigning other file objects (or objects that behave like files)\n\