do_cmd_maketitle():  No <hr> at the end of the "title page".
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 @@
     if ($t_email) {
 	$the_title .= "\n<p>$t_email</p>";
     }# else { $the_title .= "</p>" }
-    $the_title . "<hr>\n" . $_ ;
+    $the_title . $_ ;
 }