Browse Source

Improved grammar in documentation (#1175)

pull/1176/head
zykron1 2 years ago
committed by GitHub
parent
commit
c66d7a9f1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/intro.rst

4
docs/intro.rst

@ -188,8 +188,8 @@ Server Features
asyncio.
- Supports large number of clients even on modest hardware due to being
asynchronous.
- Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html>`_ and
`ASGI <https://asgi.readthedocs.io/en/latest/>`_ web servers including
- Can be hosted on any `WSGI <https://wsgi.readthedocs.io/en/latest/index.html>`_ or
`ASGI <https://asgi.readthedocs.io/en/latest/>`_ web server including
`Gunicorn <https://gunicorn.org/>`_, `Uvicorn <https://github.com/encode/uvicorn>`_,
`eventlet <http://eventlet.net/>`_ and `gevent <http://gevent.org>`_.
- Can be integrated with WSGI applications written in frameworks such as Flask, Django,

Loading…
Cancel
Save