Small grammar fix

matrix
Guillermo Rodriguez 2020-08-31 12:17:59 -03:00
parent 1bee78837b
commit a6f7b0df7c
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ Currently the options available are:
``trio``
++++++++
The ``trio`` backend offers a lightweight async wrapper around the standard libraries ``subprocess`` and takes advantage of the ``trio.`` `open_process`_ API.
The ``trio`` backend offers a lightweight async wrapper around ``subprocess`` from the standard library and takes advantage of the ``trio.`` `open_process`_ API.
.. _open_process: https://trio.readthedocs.io/en/stable/reference-io.html#spawning-subprocesses