From: Fred Drake Date: Thu, 10 May 2001 18:41:02 +0000 (+0000) Subject: Change some text just a little to avoid font-lock hell. X-Git-Tag: v2.2a3~1835 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e61967f53798c46d07419dd128efc15c14119660;p=thirdparty%2FPython%2Fcpython.git Change some text just a little to avoid font-lock hell. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 5de0903f02fe..9ec57aa38ca0 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1284,7 +1284,7 @@ class Helper: self.intro() self.interact() self.output.write(''' -You're now leaving help and returning to the Python interpreter. +You are now leaving help and returning to the Python interpreter. If you want to ask for help on a particular object directly from the interpreter, you can type "help(object)". Executing "help('string')" has the same effect as typing a particular string at the help> prompt.