Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e61967f

Browse files
committed
Change some text just a little to avoid font-lock hell.
1 parent e7ec1ef commit e61967f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ def __call__(self, request=None):
12841284
self.intro()
12851285
self.interact()
12861286
self.output.write('''
1287-
You're now leaving help and returning to the Python interpreter.
1287+
You are now leaving help and returning to the Python interpreter.
12881288
If you want to ask for help on a particular object directly from the
12891289
interpreter, you can type "help(object)". Executing "help('string')"
12901290
has the same effect as typing a particular string at the help> prompt.

0 commit comments

Comments
 (0)