From: Fred Drake Date: Tue, 28 Jul 1998 21:52:57 +0000 (+0000) Subject: do_cmd_maketitle(): No
at the end of the "title page". X-Git-Tag: v1.5.2a1~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=514cd87d40cd9017e76c05f2ea25f791ee769203;p=thirdparty%2FPython%2Fcpython.git do_cmd_maketitle(): No
at the end of the "title page". --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 38e19ce9f019..ac1b6278a72a 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

$t_email

"; }# else { $the_title .= "

" } - $the_title . "
\n" . $_ ; + $the_title . $_ ; }