summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2001-04-13 15:04:32 (GMT)
committerKa-Ping Yee <ping@zesty.ca>2001-04-13 15:04:32 (GMT)
commitd03f8fe95e6581062463694c4330b8b4024ab545 (patch)
tree51265a82503dfb2bca238ac07e82af5a8da5d1db /Lib
parent575d7f3f3f66de5a0d8ec69e1cab5cc55bd81f6c (diff)
downloadcpython-d03f8fe95e6581062463694c4330b8b4024ab545.zip
cpython-d03f8fe95e6581062463694c4330b8b4024ab545.tar.gz
cpython-d03f8fe95e6581062463694c4330b8b4024ab545.tar.bz2
One-character style change to appease Netscape stylesheets.
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 eac1767..5de0903 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 typewriter, lucida console, courier }
+TT { font-family: lucidatypewriter, lucida console, courier }
--></style></head><body bgcolor="#f0f0f8">
%s
</body></html>''' % (title, contents)