diff --git a/Lib/pydoc.py b/Lib/pydoc.py --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1955,10 +1955,13 @@ def listmodules(self, key=''): if key: self.output.write(''' -Here is a list of matching modules. Enter any module name to get more help. +Here is a list of matching modules ... ''') apropos(key) + self.output.write(''' +Enter any module name to get more help. +''' else: self.output.write(''' Please wait a moment while I gather a list of all available modules...