diff -r 517de1983677 Lib/pydoc.py --- a/Lib/pydoc.py Thu Apr 17 12:30:14 2014 +0200 +++ b/Lib/pydoc.py Thu Apr 17 11:52:32 2014 -0400 @@ -1,8 +1,7 @@ #!/usr/bin/env python3 """Generate Python documentation in HTML or text for interactive use. -In the Python interpreter, do "from pydoc import help" to provide -help. Calling help(thing) on a Python object documents the object. +Calling help(thing) on a Python object documents the object. Or, at the shell command line outside of Python: @@ -1865,7 +1864,7 @@ def intro(self): self.output.write(''' -Welcome to Python %s! This is the interactive help utility. +Welcome to Python %s's help utility! If this is your first time using Python, you should definitely check out the tutorial on the Internet at http://docs.python.org/%s/tutorial/.