mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add $Revision: $ tag.
This commit is contained in:
parent
6f3f9a4c64
commit
09d7d9a552
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue