mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +00:00
Remove a typo. (Or is this some markup I don't understand? ;-)
This commit is contained in:
parent
9bfe533c69
commit
611dbc338e
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue