diff options
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/running_commands.rst | 2 |
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 |