]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Back out rev 1.96; see #1009389.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 14 Nov 2004 10:21:04 +0000 (10:21 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 14 Nov 2004 10:21:04 +0000 (10:21 +0000)
Lib/pydoc.py

index 3ae1c13fe89a2be9c9b3ef6e9bd78d9ac30b898c..40a4e16075e223abebd94277d5a1ff66e25e2d46 100755 (executable)
@@ -37,7 +37,7 @@ Reference Manual pages.
 __author__ = "Ka-Ping Yee <ping@lfw.org>"
 __date__ = "26 February 2001"
 __version__ = "$Revision$"
-__credits__ = u"""Guido van Rossum, for an excellent programming language.
+__credits__ = """Guido van Rossum, for an excellent programming language.
 Tommy Burnette, the original creator of manpy.
 Paul Prescod, for all his work on onlinehelp.
 Richard Chamberlain, for the first implementation of textdoc.