From: Kevin Burke Date: Mon, 25 Aug 2014 02:46:46 +0000 (-0700) Subject: revert change X-Git-Tag: v2.4.0~8^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0b9b60f6298ec743f2b470819cd249a041845d3;p=services%2Fpython-requests.git revert change --- diff --git a/requests/structures.py b/requests/structures.py index 5563d1f..3e5f2fa 100644 --- a/requests/structures.py +++ b/requests/structures.py @@ -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. """