aboutsummaryrefslogtreecommitdiff
path: root/urllib3/_collections.py
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:38 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:38 -0700
commit73be7d6cc85a90ab4f67ffc27dc7eae672f7741f (patch)
tree4030bad5fec3d40cf93a20a2e26a165adf1ddbbd /urllib3/_collections.py
parent35fb123b995cbbe27d3edd5ed14abc6e56b7ad13 (diff)
downloadpython-urllib3-73be7d6cc85a90ab4f67ffc27dc7eae672f7741f.tar
python-urllib3-73be7d6cc85a90ab4f67ffc27dc7eae672f7741f.tar.gz
Imported Upstream version 1.8.3
Diffstat (limited to 'urllib3/_collections.py')
-rw-r--r--urllib3/_collections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/_collections.py b/urllib3/_collections.py
index 9cea3a4..ccf0d5f 100644
--- a/urllib3/_collections.py
+++ b/urllib3/_collections.py
@@ -116,7 +116,7 @@ class HTTPHeaderDict(MutableMapping):
A ``dict`` like container for storing HTTP Headers.
Field names are stored and compared case-insensitively in compliance with
- RFC 2616. Iteration provides the first case-sensitive key seen for each
+ RFC 7230. Iteration provides the first case-sensitive key seen for each
case-insensitive pair.
Using ``__setitem__`` syntax overwrites fields that compare equal