Kaydet (Commit) 611dbc33 authored tarafından Thomas Heller's avatar Thomas Heller

Remove a typo. (Or is this some markup I don't understand? ;-)

üst 9bfe533c
...@@ -132,7 +132,7 @@ class MutableString(UserString): ...@@ -132,7 +132,7 @@ class MutableString(UserString):
But the purpose of this class is an educational one: to prevent But the purpose of this class is an educational one: to prevent
people from inventing their own mutable string class derived people from inventing their own mutable string class derived
from UserString and than forget thereby to remove (override) the 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. errors that would be very hard to track down.
A faster and better solution is to rewrite your program using lists.""" A faster and better solution is to rewrite your program using lists."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment