Skip to content

Commit 5cef9ab

Browse files
authored
Merge pull request #3474 from jnoortheen/patch-1
docs: correct calling setuptools commands
2 parents 1440ac7 + 1072266 commit 5cef9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deprecated/commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You could also run commands in other circumstances:
1515

1616
* ``setuptools`` projects without ``setup.py`` (e.g., ``setup.cfg``-only)::
1717

18-
python -c "import setuptools; setup()" --help
18+
python -c "from setuptools import setup; setup()" --help
1919

2020
* ``distutils`` projects (with a ``setup.py`` importing ``distutils``)::
2121

0 commit comments

Comments
 (0)