diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-28 21:52:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-28 21:52:57 (GMT) |
commit | 514cd87d40cd9017e76c05f2ea25f791ee769203 (patch) | |
tree | 1319cc645a0e9d238ab247ed800b35a5b49440c9 /Doc/perl/python.perl | |
parent | 1e4973be731074b2eeaf194bafb225479153d91b (diff) | |
download | cpython-514cd87d40cd9017e76c05f2ea25f791ee769203.zip cpython-514cd87d40cd9017e76c05f2ea25f791ee769203.tar.gz cpython-514cd87d40cd9017e76c05f2ea25f791ee769203.tar.bz2 |
do_cmd_maketitle(): No <hr> at the end of the "title page".
Diffstat (limited to 'Doc/perl/python.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 38e19ce..ac1b627 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -871,7 +871,7 @@ sub do_cmd_maketitle { if ($t_email) { $the_title .= "\n<p>$t_email</p>"; }# else { $the_title .= "</p>" } - $the_title . "<hr>\n" . $_ ; + $the_title . $_ ; } |