Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c9757 + c645c6a commit 0b40a0bCopy full SHA for 0b40a0b
1 file changed
Lib/pydoc.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
"""Generate Python documentation in HTML or text for interactive use.
3
4
-In the Python interpreter, do "from pydoc import help" to provide online
+In the Python interpreter, do "from pydoc import help" to provide
5
help. Calling help(thing) on a Python object documents the object.
6
7
Or, at the shell command line outside of Python:
@@ -1838,7 +1838,7 @@ def help(self, request):
1838
1839
def intro(self):
1840
self.output.write('''
1841
-Welcome to Python %s! This is the online help utility.
+Welcome to Python %s! This is the interactive help utility.
1842
1843
If this is your first time using Python, you should definitely check out
1844
the tutorial on the Internet at http://docs.python.org/%s/tutorial/.
0 commit comments