One-character style change to appease Netscape stylesheets.
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 @@
 <!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)