From: Fred Drake Date: Thu, 1 Apr 2004 04:30:29 +0000 (+0000) Subject: fix typo that wasn't properly fixed in revision 1.144 X-Git-Tag: v2.4a1~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8effa01931b1917ddad7462ba4d1d4223357fe3a;p=thirdparty%2FPython%2Fcpython.git fix typo that wasn't properly fixed in revision 1.144 --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index d5d000f66491..c4bd4005e5e9 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -2078,7 +2078,7 @@ sub do_env_alltt{ return codetext($_); } -# List of all filenames produced my do_cmd_verbatiminput() +# List of all filenames produced by do_cmd_verbatiminput() %VerbatimFiles = (); @VerbatimOutputs = ();