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.
1 parent 587740b commit 69265aaCopy full SHA for 69265aa
Lib/pydoc.py
@@ -1744,7 +1744,7 @@ def resolve(thing, forceload=0):
1744
else:
1745
special = ""
1746
raise ImportError('''\
1747
-No Python documentation found for %r.
+No interactive help entry found for %r.
1748
%sUse help() to get the interactive help utility.
1749
Use help(str) for help on the str class.
1750
Additional documentation is available online at https://docs.python.org/%s.%s/''' % (thing, special, *sys.version_info[:2]))
0 commit comments