From 2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 13 May 2011 02:28:05 -0400 Subject: - Added documentation for a "multidict" (e.g. the API of ``request.POST``) as interface API documentation. --- docs/glossary.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 97fc68707..13de8c41a 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -630,10 +630,10 @@ Glossary 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 + An ordered dictionary that can have multiple values for each key. Adds + the methods ``getall``, ``getone``, ``mixed``, ``add`` and + ``dict_of_lists`` to the normal dictionary interface. See + :ref:`multidict_narr` and :class:`pyramid.interfaces.IMultiDict`. PyPI `The Python Package Index `_, a -- cgit v1.2.3