summaryrefslogtreecommitdiffstats
path: root/Doc/library/wsgiref.rst
diff options
context:
space:
mode:
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)
commit944d16c6c490f5e3933f8a729d810f60d3bab1d3 (patch)
treefa5937fc167ace98dafb8aff3e5c7f11c379e4f4 /Doc/library/wsgiref.rst
parent19acb88baf6026307e21d27a4bd7fb33a51344c1 (diff)
parent9a42793761ddedc59f03a5fe0f0150e11676713f (diff)
downloadcpython-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.rst2
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()