Browse Source

docs: fix simple typo, swich -> switch (#602)

pull/610/head
Tim Gates 4 years ago
committed by GitHub
parent
commit
b418af4c53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/server/wsgi/README.rst

2
examples/server/wsgi/README.rst

@ -62,7 +62,7 @@ You can then access the application from your web browser at
``http://localhost:8000`` (``django_example``).
Near the top of the ``app.py``, ``latency.py`` and ``fiddle.py`` source files
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
asynchornous modes. Accepted values for ``async_mode`` are ``'threading'``,
``'eventlet'`` and ``'gevent'``. For ``django_example``, the async mode can be
set in the ``django_example/socketio_app/views.py`` module.

Loading…
Cancel
Save