Change markup so that it creates a link
This commit is contained in:
parent
2bad92d310
commit
16190c8236
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue