diff options
| author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-06-13 09:43:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 09:43:16 +0100 |
| commit | 3ed077fa5a82bec81693876b4a0414b9d16d5d91 (patch) | |
| tree | 45593a5968273eb2a5361cba8c402dfd34c4df61 /docs/index.rst | |
| parent | ffd84e8dd6fd2aaa30f1ff02ce44b4794a56a93c (diff) | |
| download | python-setuptools-git-3ed077fa5a82bec81693876b4a0414b9d16d5d91.tar.gz | |
Apply suggestions from code review
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 638ab20c..8328f87c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Setuptools is a fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects. It helps developers to easily share reusable code (in the form of a library) -and programs (e.g. CLI/GUI tools implemented in Python), that can be installed +and programs (e.g., CLI/GUI tools implemented in Python), that can be installed with :pypi:`pip` and uploaded to `PyPI <http://pypi.org>`_. .. toctree:: |
