]> granicus.if.org Git - python/commitdiff
One-character style change to appease Netscape stylesheets.
authorKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 15:04:32 +0000 (15:04 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 15:04:32 +0000 (15:04 +0000)
Lib/pydoc.py

index eac1767a6dc4ad8c55433ca7fadd0eba6297a077..5de0903f02fe92dde4f6662d254edb9946034a5f 100755 (executable)
@@ -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)