From e606694f027d880c3ce6e8a8385450bba2f4e15d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 10 Apr 2009 08:28:28 +0000 Subject: [PATCH] Merged revisions 71443 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71443 | georg.brandl | 2009-04-10 10:20:23 +0200 (Fr, 10 Apr 2009) | 1 line #5698: Fix casing of !DOCTYPE to conform to W3C specs. ........ --- Lib/pydoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index f68e72a5258..49c9aad55bb 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -415,7 +415,7 @@ class HTMLDoc(Doc): def page(self, title, contents): """Format an HTML page.""" return ''' - + Python: %s %s