summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2001-04-13 12:11:19 (GMT)
committerKa-Ping Yee <ping@zesty.ca>2001-04-13 12:11:19 (GMT)
commit59685c5193183eac7f8d852fd81bdc19e0f0ffc8 (patch)
treed4c927fcccdaaed308d71ac79f6964f2057ba993 /Lib/pydoc.py
parentc99e0f18628b1b6109c88aa31a44a19d34c7d103 (diff)
downloadcpython-59685c5193183eac7f8d852fd81bdc19e0f0ffc8.zip
cpython-59685c5193183eac7f8d852fd81bdc19e0f0ffc8.tar.gz
cpython-59685c5193183eac7f8d852fd81bdc19e0f0ffc8.tar.bz2
Small style change to accommodate Netscape.
Diffstat (limited to 'Lib/pydoc.py')
-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)