diff options
| author | Chris McDonough <chrism@plope.com> | 2011-05-13 02:28:05 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-05-13 02:28:05 -0400 |
| commit | 2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950 (patch) | |
| tree | dd0a520524e76c2bad68c0a5ebf05f23fa004cd4 /docs/glossary.rst | |
| parent | e85fd765056772974be9cbf8ee421da159fa0f6b (diff) | |
| download | pyramid-2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950.tar.gz pyramid-2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950.tar.bz2 pyramid-2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950.zip | |
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
interface API documentation.
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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 <http://pypi.python.org/pypi>`_, a |
