From 59ed448bc64219e7db140b5c9e3c819703184a10 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 31 Oct 2001 04:20:26 +0000 Subject: SF patch #474485: pydoc generates some bad html, from Rich Salz. --- Lib/pydoc.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Lib/pydoc.py') 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