From e4e3aa3449d3ae390402a9cead205626816a2938 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 15:32:14 +0000 Subject: Rendering cleanups. --- docs/glossary.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/glossary.rst') 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 ` 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 + -- cgit v1.2.3