summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index f9cd79929..a0d999c84 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -606,3 +606,10 @@ Glossary
the `threading.local documentation
<http://docs.python.org/library/threading.html#threading.local>`
for more information.
+
+ Multidict
+ An ordered dictionary that can have multiple values for each
+ key. Adds the methods ``getall``, ``getone``, ``mixed``, and
+ ``add`` to the normal dictionary interface. See
+ http://pythonpaste.org/webob/class-webob.multidict.MultiDict.html
+