diff options
-rw-r--r-- | docs/deprecated/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/commands.rst b/docs/deprecated/commands.rst index ebd0687a..d9d97a9e 100644 --- a/docs/deprecated/commands.rst +++ b/docs/deprecated/commands.rst @@ -15,7 +15,7 @@ You could also run commands in other circumstances: * ``setuptools`` projects without ``setup.py`` (e.g., ``setup.cfg``-only):: - python -c "import setuptools; setup()" --help + python -c "from setuptools import setup; setup()" --help * ``distutils`` projects (with a ``setup.py`` importing ``distutils``):: |