aboutsummaryrefslogtreecommitdiff
path: root/requests/structures.py
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:19 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:19 -0700
commit1c0a691ebf468d42b7c0d6b0e9daf0b2ff82cc20 (patch)
treee228f79dfbc25cdacb33ce72b76732aec43d29ba /requests/structures.py
parentbf12eaaa5428798962777e05fd98be024e0ce27c (diff)
downloadpython-requests-1c0a691ebf468d42b7c0d6b0e9daf0b2ff82cc20.tar
python-requests-1c0a691ebf468d42b7c0d6b0e9daf0b2ff82cc20.tar.gz
Imported Upstream version 0.8.2
Diffstat (limited to 'requests/structures.py')
-rw-r--r--requests/structures.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/requests/structures.py b/requests/structures.py
index d068bf9..35a903f 100644
--- a/requests/structures.py
+++ b/requests/structures.py
@@ -4,10 +4,11 @@
requests.structures
~~~~~~~~~~~~~~~~~~~
-Datastructures that power Requests.
+Data structures that power Requests.
"""
+
class CaseInsensitiveDict(dict):
"""Case-insensitive Dictionary