diff options
author | Fred Drake <fdrake@acm.org> | 2004-04-01 04:30:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-04-01 04:30:29 (GMT) |
commit | 8effa01931b1917ddad7462ba4d1d4223357fe3a (patch) | |
tree | 5b90f4e1491db2ed48c1820ab286498874dd2507 /Doc/perl | |
parent | d4ceb3166435aad2849281137f18b318a3311efb (diff) | |
download | cpython-8effa01931b1917ddad7462ba4d1d4223357fe3a.zip cpython-8effa01931b1917ddad7462ba4d1d4223357fe3a.tar.gz cpython-8effa01931b1917ddad7462ba4d1d4223357fe3a.tar.bz2 |
fix typo that wasn't properly fixed in revision 1.144
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/python.perl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 = (); |