summaryrefslogtreecommitdiffstats
path: root/Doc/perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-11-10 15:54:46 (GMT)
committerFred Drake <fdrake@acm.org>2004-11-10 15:54:46 (GMT)
commit179b39ab9ea1c1ab8f29d48b6107e15cc42fb101 (patch)
treef63de19bb840db898a368d59291a2f9f02266efc /Doc/perl
parent9e927f156435884b1d95b3507357305c1590bd6c (diff)
downloadcpython-179b39ab9ea1c1ab8f29d48b6107e15cc42fb101.zip
cpython-179b39ab9ea1c1ab8f29d48b6107e15cc42fb101.tar.gz
cpython-179b39ab9ea1c1ab8f29d48b6107e15cc42fb101.tar.bz2
remove unreachable cruft
Diffstat (limited to 'Doc/perl')
-rw-r--r--Doc/perl/python.perl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl
index e144fa4..3b04803 100644
--- a/Doc/perl/python.perl
+++ b/Doc/perl/python.perl
@@ -1726,8 +1726,6 @@ sub do_cmd_maketitle{
}
$the_title .= "\n</div>";
return $the_title . $_;
- $the_title .= "\n</center></div>";
- return $the_title . $_ ;
}