correct docstring
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index e45d2a3..896b2cd 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -990,7 +990,7 @@
   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\