diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:23:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:23:56 (GMT) |
commit | 9a42793761ddedc59f03a5fe0f0150e11676713f (patch) | |
tree | 0a0058c6138c7d6a47ae242adf48c31b7f7c22c6 /Doc/library/wsgiref.rst | |
parent | 935a5888255b60b77547e7bdf32e03fbe963ef52 (diff) | |
parent | 10f3d7acbd69206bd9166f812d0503fed187eb5b (diff) | |
download | cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.zip cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.gz cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.bz2 |
Branch merge
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 fda9e70..231449c 100644 --- a/Doc/library/wsgiref.rst +++ b/Doc/library/wsgiref.rst @@ -664,7 +664,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() |