revert change

This commit is contained in:
Kevin Burke
2014-08-24 19:46:46 -07:00
parent c2aeaa3959
commit f0b9b60f62
+1 -1
View File
@@ -35,7 +35,7 @@ class CaseInsensitiveDict(collections.MutableMapping):
of how the header name was originally stored.
If the constructor, ``.update``, or equality comparison
operations are given keys that have equal ``.lower()`` s, the
operations are given keys that have equal ``.lower()``s, the
behavior is undefined.
"""