Commit 9e7b9283 authored by Denis Bilenko's avatar Denis Bilenko

minor docstring fix

parent 014c6dfd
"""An example how to use sendfile[1] with gevent. """An example how to use sendfile[1] with gevent.
[1] See http://pypi.python.org/pypi/py-sendfile/ [1] http://pypi.python.org/pypi/py-sendfile/
""" """
from errno import EAGAIN from errno import EAGAIN
from sendfile import sendfile as original_sendfile from sendfile import sendfile as original_sendfile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment