From a6f7b0df7c64e8d3a5cce3bcca1ad22a042569c1 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Mon, 31 Aug 2020 12:17:59 -0300 Subject: [PATCH] Small grammar fix --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 08e582b..f254eb0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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