From 9fe4493395a3b5a9dd13e88df95ffa85df756aa7 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 6 Sep 2020 20:34:59 +0100 Subject: [PATCH] Fix grammar (#2885) --- docs/docs/pyproject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/pyproject.md b/docs/docs/pyproject.md index b33110d7e4e..14221b8b03a 100644 --- a/docs/docs/pyproject.md +++ b/docs/docs/pyproject.md @@ -207,7 +207,7 @@ url = 'http://example.com/simple' ## `scripts` -This section describe the scripts or executable that will be installed when installing the package +This section describes the scripts or executables that will be installed when installing the package ```toml [tool.poetry.scripts]