summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-04-14 17:03:02 +0100
committerGitHub <noreply@github.com>2022-04-14 17:03:02 +0100
commit372652d6dadf8de6c29c83d0f2107fdd7b6e6571 (patch)
tree7eceef48f75a1c33686021ae8a023098db314b91
parent5bd3e98e2641fd526fc9f1f61e5f6700dfa895ae (diff)
parenta4a7527a61cb81d761c4b117d799f483a833faba (diff)
downloadpython-setuptools-git-372652d6dadf8de6c29c83d0f2107fdd7b6e6571.tar.gz
Fix typo in docs (#3267)
-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 c72db26b..2f778521 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -121,7 +121,7 @@ Automatic package discovery
For simple projects, it's usually easy enough to manually add packages to
the ``packages`` keyword in ``setup.cfg``. However, for very large projects,
it can be a big burden to keep the package list updated.
-Therefore, ``setuptoops`` provides a convenient way to automatically list all
+Therefore, ``setuptools`` provides a convenient way to automatically list all
the packages in your project directory:
.. tab:: setup.cfg