From a4a7527a61cb81d761c4b117d799f483a833faba Mon Sep 17 00:00:00 2001 From: Vladimir Berlev <1783633+tegoo@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:54:55 +0200 Subject: [PATCH] Fix typo in docs --- docs/userguide/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index c72db26b0a..2f77852178 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