diff options
author | Ka-Ping Yee <ping@zesty.ca> | 2001-02-27 22:43:48 (GMT) |
---|---|---|
committer | Ka-Ping Yee <ping@zesty.ca> | 2001-02-27 22:43:48 (GMT) |
commit | 09d7d9a552d0eccc3351ea1f55550218145c82ca (patch) | |
tree | 978b5e7d4ad9c5d0305bff7fd6bcc37c31ee1547 | |
parent | 6f3f9a4c64dd5474b536fc897bfdc1efc982e04d (diff) | |
download | cpython-09d7d9a552d0eccc3351ea1f55550218145c82ca.zip cpython-09d7d9a552d0eccc3351ea1f55550218145c82ca.tar.gz cpython-09d7d9a552d0eccc3351ea1f55550218145c82ca.tar.bz2 |
Add $Revision: $ tag.
-rwxr-xr-x | Lib/pydoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 9dc359f..d2c0d10 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -21,7 +21,7 @@ help. Calling help(thing) on a Python object documents the object.""" __author__ = "Ka-Ping Yee <ping@lfw.org>" __date__ = "26 February 2001" -__version__ = "$Revision $" +__version__ = "$Revision$" __credits__ = """Tommy Burnette, the original creator of manpy. Paul Prescod, for all his work on onlinehelp. Richard Chamberlain, for the first implementation of textdoc. |