diff options
| author | Vladimir Berlev <1783633+tegoo@users.noreply.github.com> | 2022-04-14 16:54:55 +0200 |
|---|---|---|
| committer | Vladimir Berlev <1783633+tegoo@users.noreply.github.com> | 2022-04-14 16:54:55 +0200 |
| commit | a4a7527a61cb81d761c4b117d799f483a833faba (patch) | |
| tree | 7eceef48f75a1c33686021ae8a023098db314b91 /docs/userguide | |
| parent | 5bd3e98e2641fd526fc9f1f61e5f6700dfa895ae (diff) | |
| download | python-setuptools-git-a4a7527a61cb81d761c4b117d799f483a833faba.tar.gz | |
Fix typo in docs
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/quickstart.rst | 2 |
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 |
