commit | 8effa01931b1917ddad7462ba4d1d4223357fe3a | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Apr 01 04:30:29 2004 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Apr 01 04:30:29 2004 +0000 |
tree | 5b90f4e1491db2ed48c1820ab286498874dd2507 | |
parent | d4ceb3166435aad2849281137f18b318a3311efb [diff] [blame] |
fix typo that wasn't properly fixed in revision 1.144
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index d5d000f..c4bd400 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl
@@ -2078,7 +2078,7 @@ return codetext($_); } -# List of all filenames produced my do_cmd_verbatiminput() +# List of all filenames produced by do_cmd_verbatiminput() %VerbatimFiles = (); @VerbatimOutputs = ();