From 59685c5193183eac7f8d852fd81bdc19e0f0ffc8 Mon Sep 17 00:00:00 2001 From: Ka-Ping Yee Date: Fri, 13 Apr 2001 12:11:19 +0000 Subject: [PATCH] Small style change to accommodate Netscape. --- Lib/pydoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 1bce955ffa9f..e5f7d800cbfa 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -318,7 +318,7 @@ class HTMLDoc(Doc): Python: %s %s ''' % (title, contents) -- 2.47.3