From: Matthias Klose Date: Fri, 10 Apr 2009 12:38:09 +0000 (+0000) Subject: Merged revisions 71443 via svnmerge from X-Git-Tag: v2.6.2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bdc4c94730a8f88dff5686d59560bb2215d222c;p=thirdparty%2FPython%2Fcpython.git 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. ........ --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index dda0208edf7f..3afb9814d250 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -422,7 +422,7 @@ class HTMLDoc(Doc): def page(self, title, contents): """Format an HTML page.""" return ''' - + Python: %s %s