Commit 4e9463e9 authored by Denis Bilenko's avatar Denis Bilenko

fix a docstring

parent 901a53c0
......@@ -2,7 +2,7 @@
"""HTTP server example.
Uses libevent API directly and thus may be dangerous.
WSGI interface is probably a safer choice, see examples/wsgiserver.py.
WSGI interface is a safer choice, see examples/wsgiserver.py.
"""
from gevent import http
......
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