]> granicus.if.org Git - python/commitdiff
Closes #15162: the meaning of "online" has shifted a bit in recent years, use "intera...
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 15:24:26 +0000 (17:24 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 15:24:26 +0000 (17:24 +0200)
Lib/pydoc.py

index 8beedc1892a64d19876723bd125db7e743abacd3..4aa48e5e348f4e6182632c579008571d46537b8f 100755 (executable)
@@ -1,7 +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 online
+In the Python interpreter, do "from pydoc import help" to provide
 help.  Calling help(thing) on a Python object documents the object.
 
 Or, at the shell command line outside of Python:
@@ -1838,7 +1838,7 @@ has the same effect as typing a particular string at the help> prompt.
 
     def intro(self):
         self.output.write('''
-Welcome to Python %s!  This is the online help utility.
+Welcome to Python %s!  This is the interactive 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/.