From: Ka-Ping Yee Date: Tue, 27 Feb 2001 22:43:48 +0000 (+0000) Subject: Add $Revision: $ tag. X-Git-Tag: v2.1b1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d7d9a552d0eccc3351ea1f55550218145c82ca;p=python Add $Revision: $ tag. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 9dc359f835..d2c0d10b14 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 " __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.