From b418af4c53619305c0b91a040e40fc7f3b907a74 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 30 Dec 2020 09:29:27 +1100 Subject: [PATCH] docs: fix simple typo, swich -> switch (#602) --- examples/server/wsgi/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/wsgi/README.rst b/examples/server/wsgi/README.rst index 03d93cf..bedfbbe 100644 --- a/examples/server/wsgi/README.rst +++ b/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.