From: Tim Peters Date: Wed, 31 Oct 2001 04:20:26 +0000 (+0000) Subject: SF patch #474485: pydoc generates some bad html, from Rich Salz. X-Git-Tag: v2.2.1c1~942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59ed448bc64219e7db140b5c9e3c819703184a10;p=python SF patch #474485: pydoc generates some bad html, from Rich Salz. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 911291b2e8..ab11d00e45 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -331,7 +331,7 @@ class HTMLDoc(Doc): def page(self, title, contents): """Format an HTML page.""" return ''' - + Python: %s