diff options
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/pydoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 1bce955..e5f7d80 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -318,7 +318,7 @@ class HTMLDoc(Doc): <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: %s</title> <style type="text/css"><!-- -TT { font-family: lucida console, lucida typewriter, courier } +TT { font-family: lucida typewriter, lucida console, courier } --></style></head><body bgcolor="#f0f0f8"> %s </body></html>''' % (title, contents) |