We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfe533 commit 611dbc3Copy full SHA for 611dbc3
1 file changed
Lib/UserString.py
@@ -132,7 +132,7 @@ class MutableString(UserString):
132
But the purpose of this class is an educational one: to prevent
133
people from inventing their own mutable string class derived
134
from UserString and than forget thereby to remove (override) the
135
- __hash__ method inherited from ^UserString. This would lead to
+ __hash__ method inherited from UserString. This would lead to
136
errors that would be very hard to track down.
137
138
A faster and better solution is to rewrite your program using lists."""
0 commit comments