Skip to content

Commit 54869a0

Browse files
authored
Merge pull request pallets#2793 from tiagocoutinho/patch-1
Update gevent wsgi documentation
2 parents 027aeec + c853d11 commit 54869a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploying/wsgi-standalone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Gevent
5050
`greenlet`_ to provide a high-level synchronous API on top of `libev`_
5151
event loop::
5252

53-
from gevent.wsgi import WSGIServer
53+
from gevent.pywsgi import WSGIServer
5454
from yourapplication import app
5555

5656
http_server = WSGIServer(('', 5000), app)

0 commit comments

Comments
 (0)