From e01970686240266dbe9a559451cb8643a0bddcbb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 10 Apr 2009 08:20:23 +0000 Subject: #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 dda0208..3afb981 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 -- cgit v0.12