]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change some text just a little to avoid font-lock hell.
authorFred Drake <fdrake@acm.org>
Thu, 10 May 2001 18:41:02 +0000 (18:41 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 May 2001 18:41:02 +0000 (18:41 +0000)
Lib/pydoc.py

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