From cf8cb72d836da990625699147f32a7ff247ea6dd Mon Sep 17 00:00:00 2001 From: pjenvey Date: Sun, 21 Jan 2007 02:10:48 +0000 Subject: doc markup --- paste/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paste/request.py b/paste/request.py index a83b4db..95b041b 100644 --- a/paste/request.py +++ b/paste/request.py @@ -134,7 +134,7 @@ def parse_formvars(environ, include_get_vars=True): will also be folded into the MultiDict. All values should be strings, except for file uploads which are - left as FieldStorage instances. + left as ``FieldStorage`` instances. If the request was not a normal form request (e.g., a POST with an XML body) then ``environ['wsgi.input']`` won't be read. -- cgit v1.2.1