summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorMartin Braquet <martin.braquet@gmail.com>2022-10-21 11:48:49 -0700
committerGitHub <noreply@github.com>2022-10-21 11:48:49 -0700
commit5960c3e38793e4b432dd42a8fdc42ba446028775 (patch)
tree4305766582714e545d7b52dd4793fe41f6676bc7 /docs/userguide
parent484fedbd1fc81daaa5281a7dc091b0f8b194c47d (diff)
downloadpython-setuptools-git-5960c3e38793e4b432dd42a8fdc42ba446028775.tar.gz
Fix typo
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 13846e20..fe5c5bc2 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -299,7 +299,7 @@ Dependency management
---------------------
Packages built with ``setuptools`` can specify dependencies to be automatically
installed when the package itself is installed.
-The example below show how to configure this kind of dependencies:
+The example below shows how to configure this kind of dependencies:
.. tab:: pyproject.toml