diff options
| author | pjenvey <devnull@localhost> | 2006-07-25 22:22:52 +0000 |
|---|---|---|
| committer | pjenvey <devnull@localhost> | 2006-07-25 22:22:52 +0000 |
| commit | 2609e41126e646e5339a0f48c26e366adf98b06e (patch) | |
| tree | 5175cfa0bd3f9e9c2aac987644524aac2654c10f /docs/do-it-yourself-framework.txt | |
| parent | 6ac1b315d366733f2b43956696a2efbd6e2f00ef (diff) | |
| download | paste-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.txt | 2 |
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 =================== |
