summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/pydoc.py2
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)