]> granicus.if.org Git - python/commitdiff
Add $Revision: $ tag.
authorKa-Ping Yee <ping@zesty.ca>
Tue, 27 Feb 2001 22:43:48 +0000 (22:43 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Tue, 27 Feb 2001 22:43:48 +0000 (22:43 +0000)
Lib/pydoc.py

index 9dc359f8355c8f80fdb01876e1a8299d540e95bb..d2c0d10b14af026c81853477673e13102d3e36c5 100755 (executable)
@@ -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.