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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e01970686240266dbe9a559451cb8643a0bddcbb;p=python #5698: Fix casing of !DOCTYPE to conform to W3C specs. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index dda0208edf..3afb9814d2 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