Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 611dbc3

Browse files
author
Thomas Heller
committed
Remove a typo. (Or is this some markup I don't understand? ;-)
1 parent 9bfe533 commit 611dbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/UserString.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class MutableString(UserString):
132132
But the purpose of this class is an educational one: to prevent
133133
people from inventing their own mutable string class derived
134134
from UserString and than forget thereby to remove (override) the
135-
__hash__ method inherited from ^UserString. This would lead to
135+
__hash__ method inherited from UserString. This would lead to
136136
errors that would be very hard to track down.
137137
138138
A faster and better solution is to rewrite your program using lists."""

0 commit comments

Comments
 (0)