diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:27:38 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:27:38 (GMT) |
commit | 944d16c6c490f5e3933f8a729d810f60d3bab1d3 (patch) | |
tree | fa5937fc167ace98dafb8aff3e5c7f11c379e4f4 /Doc/library/wsgiref.rst | |
parent | 19acb88baf6026307e21d27a4bd7fb33a51344c1 (diff) | |
parent | 9a42793761ddedc59f03a5fe0f0150e11676713f (diff) | |
download | cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.zip cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.gz cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.bz2 |
Merge 3.1
Diffstat (limited to 'Doc/library/wsgiref.rst')
-rw-r--r-- | Doc/library/wsgiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index 385652b..3969ea4 100644 --- a/Doc/library/wsgiref.rst +++ b/Doc/library/wsgiref.rst @@ -690,7 +690,7 @@ input, output, and error streams. .. attribute:: BaseHandler.wsgi_file_wrapper A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this - attribute is the :class:`FileWrapper` class from :mod:`wsgiref.util`. + attribute is the :class:`wsgiref.util.FileWrapper` class. .. method:: BaseHandler.sendfile() |