aboutsummaryrefslogtreecommitdiff
path: root/requests/structures.py
diff options
context:
space:
mode:
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