File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ Server Features
188188 asyncio.
189189- Supports large number of clients even on modest hardware due to being
190190 asynchronous.
191- - Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html >`_ and
192- `ASGI <https://asgi.readthedocs.io/en/latest/ >`_ web servers including
191+ - Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html >`_ or
192+ `ASGI <https://asgi.readthedocs.io/en/latest/ >`_ web server including
193193 `Gunicorn <https://gunicorn.org/ >`_, `Uvicorn <https://github.com/encode/uvicorn >`_,
194194 `eventlet <http://eventlet.net/ >`_ and `gevent <http://gevent.org >`_.
195195- Can be integrated with WSGI applications written in frameworks such as Flask, Django,
You can’t perform that action at this time.
0 commit comments