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

Skip to content

Commit 0b40a0b

Browse files
committed
Merge
2 parents 92c9757 + c645c6a commit 0b40a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/pydoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""Generate Python documentation in HTML or text for interactive use.
33
4-
In the Python interpreter, do "from pydoc import help" to provide online
4+
In the Python interpreter, do "from pydoc import help" to provide
55
help. Calling help(thing) on a Python object documents the object.
66
77
Or, at the shell command line outside of Python:
@@ -1838,7 +1838,7 @@ def help(self, request):
18381838

18391839
def intro(self):
18401840
self.output.write('''
1841-
Welcome to Python %s! This is the online help utility.
1841+
Welcome to Python %s! This is the interactive help utility.
18421842
18431843
If this is your first time using Python, you should definitely check out
18441844
the tutorial on the Internet at http://docs.python.org/%s/tutorial/.

0 commit comments

Comments
 (0)