summaryrefslogtreecommitdiff
path: root/docs/do-it-yourself-framework.txt
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2006-07-25 22:22:52 +0000
committerpjenvey <devnull@localhost>2006-07-25 22:22:52 +0000
commit2609e41126e646e5339a0f48c26e366adf98b06e (patch)
tree5175cfa0bd3f9e9c2aac987644524aac2654c10f /docs/do-it-yourself-framework.txt
parent6ac1b315d366733f2b43956696a2efbd6e2f00ef (diff)
downloadpaste-2609e41126e646e5339a0f48c26e366adf98b06e.tar.gz
renamed the multidict class to MultiDict
Diffstat (limited to 'docs/do-it-yourself-framework.txt')
-rw-r--r--docs/do-it-yourself-framework.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/do-it-yourself-framework.txt b/docs/do-it-yourself-framework.txt
index 995ac42..9d6b2c1 100644
--- a/docs/do-it-yourself-framework.txt
+++ b/docs/do-it-yourself-framework.txt
@@ -123,7 +123,7 @@ fields::
The ``parse_formvars`` function just takes the WSGI environment and
calls the `cgi <http://python.org/doc/current/lib/module-cgi.html>`_
-module (the ``FieldStorage`` class) and turns that into a multidict.
+module (the ``FieldStorage`` class) and turns that into a MultiDict.
Now For a Framework
===================