summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 07:51:01 +0000
committerRaymond Hettinger <python@rcn.com>2005-01-01 07:51:01 +0000
commited2dbe3f3344038dee8389f0ade335da1b3b559a (patch)
tree9d4dbb28021157f2e2f97f717f3fc595e0ef4121
parent346e67f80553be5297dccd43db7a71f4b81bdcab (diff)
downloadcpython-git-ed2dbe3f3344038dee8389f0ade335da1b3b559a.tar.gz
SF patch #1094007: Remove witty comment in pydoc.py
(Removed at Ping's request.)
-rwxr-xr-xLib/pydoc.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 40a4e16075..16d5585b8a 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