summaryrefslogtreecommitdiff
path: root/docs/deprecated
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-06-13 09:43:16 +0100
committerGitHub <noreply@github.com>2022-06-13 09:43:16 +0100
commit3ed077fa5a82bec81693876b4a0414b9d16d5d91 (patch)
tree45593a5968273eb2a5361cba8c402dfd34c4df61 /docs/deprecated
parentffd84e8dd6fd2aaa30f1ff02ce44b4794a56a93c (diff)
downloadpython-setuptools-git-3ed077fa5a82bec81693876b4a0414b9d16d5d91.tar.gz
Apply suggestions from code review
Diffstat (limited to 'docs/deprecated')
-rw-r--r--docs/deprecated/running_commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/running_commands.rst b/docs/deprecated/running_commands.rst
index 862f5fee..8d4ca93f 100644
--- a/docs/deprecated/running_commands.rst
+++ b/docs/deprecated/running_commands.rst
@@ -12,7 +12,7 @@ at the root of a Python project, as indicated in the examples below::
You could also run commands in other circumstances:
-* ``setuptools`` projects without ``setup.py`` (e.g. ``setup.cfg``-only)::
+* ``setuptools`` projects without ``setup.py`` (e.g., ``setup.cfg``-only)::
python -c "import setuptools; setup()" --help