diff options
author | Ka-Ping Yee <ping@zesty.ca> | 2001-04-13 15:04:32 (GMT) |
---|---|---|
committer | Ka-Ping Yee <ping@zesty.ca> | 2001-04-13 15:04:32 (GMT) |
commit | d03f8fe95e6581062463694c4330b8b4024ab545 (patch) | |
tree | 51265a82503dfb2bca238ac07e82af5a8da5d1db /Lib/pydoc.py | |
parent | 575d7f3f3f66de5a0d8ec69e1cab5cc55bd81f6c (diff) | |
download | cpython-d03f8fe95e6581062463694c4330b8b4024ab545.zip cpython-d03f8fe95e6581062463694c4330b8b4024ab545.tar.gz cpython-d03f8fe95e6581062463694c4330b8b4024ab545.tar.bz2 |
One-character style change to appease Netscape stylesheets.
Diffstat (limited to 'Lib/pydoc.py')
-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 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) |