We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b6f1a commit b418af4Copy full SHA for b418af4
examples/server/wsgi/README.rst
@@ -62,7 +62,7 @@ You can then access the application from your web browser at
62
``http://localhost:8000`` (``django_example``).
63
64
Near the top of the ``app.py``, ``latency.py`` and ``fiddle.py`` source files
65
-there is a ``async_mode`` variable that can be edited to swich to the other
+there is a ``async_mode`` variable that can be edited to switch to the other
66
asynchornous modes. Accepted values for ``async_mode`` are ``'threading'``,
67
``'eventlet'`` and ``'gevent'``. For ``django_example``, the async mode can be
68
set in the ``django_example/socketio_app/views.py`` module.
0 commit comments