Skip to content

Commit 0c302d2

Browse files
authored
Merge pull request pypa#2735 from lmmx/patch-1
Remove repeated information in same sentence
2 parents d0e4547 + a0dae47 commit 0c302d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/setuptools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ only a ``setuptools.setup()`` call.
132132
.. note::
133133

134134
:pep:`517` doesn't support editable installs so this is currently
135-
incompatible with ``pip install -e .``, as :pep:`517` does not support editable installs.
135+
incompatible with ``pip install -e .``.
136136

137137
This means that you can have a Python project with all build configuration
138138
specified in ``setup.cfg``, without a ``setup.py`` file, if you **can rely

0 commit comments

Comments
 (0)