Change markup so that it creates a link

This commit is contained in:
Éric Araujo 2011-04-25 19:05:53 +02:00
parent 2bad92d310
commit 16190c8236
1 changed files with 1 additions and 1 deletions

View 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()