Skip to content

Commit b418af4

Browse files
authored
docs: fix simple typo, swich -> switch (#602)
1 parent 11b6f1a commit b418af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/wsgi/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can then access the application from your web browser at
6262
``http://localhost:8000`` (``django_example``).
6363

6464
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
65+
there is a ``async_mode`` variable that can be edited to switch to the other
6666
asynchornous modes. Accepted values for ``async_mode`` are ``'threading'``,
6767
``'eventlet'`` and ``'gevent'``. For ``django_example``, the async mode can be
6868
set in the ``django_example/socketio_app/views.py`` module.

0 commit comments

Comments
 (0)