diff options
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/pydoc.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 40a4e16..16d5585 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -41,8 +41,7 @@ __credits__ = """Guido van Rossum, for an excellent programming language. Tommy Burnette, the original creator of manpy. Paul Prescod, for all his work on onlinehelp. Richard Chamberlain, for the first implementation of textdoc. - -Mynd you, møøse bites Kan be pretty nasti...""" +""" # Known bugs that can't be fixed here: # - imp.load_module() cannot be prevented from clobbering existing |