]> granicus.if.org Git - python/commitdiff
Remove a typo. (Or is this some markup I don't understand? ;-)
authorThomas Heller <theller@ctypes.org>
Wed, 27 Aug 2003 10:48:12 +0000 (10:48 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 27 Aug 2003 10:48:12 +0000 (10:48 +0000)
Lib/UserString.py

index fcd115d005fa27fca33e5e9ec44360b65a958852..730cdba9e305c2f47533c2d7faca98cf6f7da590 100755 (executable)
@@ -132,7 +132,7 @@ class MutableString(UserString):
     But the purpose of this class is an educational one: to prevent
     people from inventing their own mutable string class derived
     from UserString and than forget thereby to remove (override) the
-    __hash__ method inherited from ^UserString.  This would lead to
+    __hash__ method inherited from UserString.  This would lead to
     errors that would be very hard to track down.
 
     A faster and better solution is to rewrite your program using lists."""