]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change markup so that it creates a link
authorÉric Araujo <merwok@netwok.org>
Mon, 25 Apr 2011 17:05:53 +0000 (19:05 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 25 Apr 2011 17:05:53 +0000 (19:05 +0200)
Doc/library/wsgiref.rst

index fda9e70e5c9921ecb68a76828dd8b90ea0997043..231449ce9f0aaaa4201f33c262b3e7100d0b3d0e 100644 (file)
@@ -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()