Add $Revision: $ tag.

This commit is contained in:
Ka-Ping Yee 2001-02-27 22:43:48 +00:00
parent 6f3f9a4c64
commit 09d7d9a552

View file

@ -21,7 +21,7 @@ help. Calling help(thing) on a Python object documents the object."""
__author__ = "Ka-Ping Yee <ping@lfw.org>" __author__ = "Ka-Ping Yee <ping@lfw.org>"
__date__ = "26 February 2001" __date__ = "26 February 2001"
__version__ = "$Revision $" __version__ = "$Revision$"
__credits__ = """Tommy Burnette, the original creator of manpy. __credits__ = """Tommy Burnette, the original creator of manpy.
Paul Prescod, for all his work on onlinehelp. Paul Prescod, for all his work on onlinehelp.
Richard Chamberlain, for the first implementation of textdoc. Richard Chamberlain, for the first implementation of textdoc.