diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-10 15:54:46 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-10 15:54:46 +0000 |
commit | 179b39ab9ea1c1ab8f29d48b6107e15cc42fb101 (patch) | |
tree | f63de19bb840db898a368d59291a2f9f02266efc /Doc/perl/python.perl | |
parent | 9e927f156435884b1d95b3507357305c1590bd6c (diff) | |
download | cpython-git-179b39ab9ea1c1ab8f29d48b6107e15cc42fb101.tar.gz |
remove unreachable cruft
Diffstat (limited to 'Doc/perl/python.perl')
-rw-r--r-- | Doc/perl/python.perl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index e144fa4409..3b048033ec 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 . $_ ; } |