Skip to content

Commit

Permalink
docs: fix simple typo, swich -> switch
Browse files Browse the repository at this point in the history
There is a small typo in examples/server/wsgi/README.rst.

Should read `switch` rather than `swich`.
  • Loading branch information
timgates42 committed Dec 29, 2020
1 parent 11b6f1a commit bef46db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/wsgi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bef46db

Please sign in to comment.