From: Georg Brandl Date: Fri, 10 Apr 2009 08:20:23 +0000 (+0000) Subject: #5698: Fix casing of !DOCTYPE to conform to W3C specs. X-Git-Tag: v2.7a1~1510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01970686240266dbe9a559451cb8643a0bddcbb;p=thirdparty%2FPython%2Fcpython.git #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