Skip to content

Commit 69265aa

Browse files
committed
clarify message when an entry is not found
1 parent 587740b commit 69265aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ def resolve(thing, forceload=0):
17441744
else:
17451745
special = ""
17461746
raise ImportError('''\
1747-
No Python documentation found for %r.
1747+
No interactive help entry found for %r.
17481748
%sUse help() to get the interactive help utility.
17491749
Use help(str) for help on the str class.
17501750
Additional documentation is available online at https://docs.python.org/%s.%s/''' % (thing, special, *sys.version_info[:2]))

0 commit comments

Comments
 (0)