summaryrefslogtreecommitdiffstats
path: root/Doc/perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-04-01 04:30:29 (GMT)
committerFred Drake <fdrake@acm.org>2004-04-01 04:30:29 (GMT)
commit8effa01931b1917ddad7462ba4d1d4223357fe3a (patch)
tree5b90f4e1491db2ed48c1820ab286498874dd2507 /Doc/perl
parentd4ceb3166435aad2849281137f18b318a3311efb (diff)
downloadcpython-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.perl2
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 = ();