Skip to content

Commit 7e62d4c

Browse files
Style
Co-authored-by: Brian Rutledge <[email protected]>
1 parent 92c6de7 commit 7e62d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ be required, but can be omitted with newer versions of setuptools and pip.
333333

334334
You may see some existing projects or other Python packaging tutorials that
335335
import their ``setup`` function from ``distutils.core`` rather than
336-
``setuptools``. This is a `legacy approach`_ that installers [1]_ support
337-
for backwards compatibility purposes, but using the legacy ``distutils`` API
336+
``setuptools``. This is a `legacy approach`_ that installers support
337+
for backwards compatibility purposes [1]_, but using the legacy ``distutils`` API
338338
directly in new projects is strongly discouraged, since ``distutils`` is
339339
deprecated as per :pep:`632` and will be removed from the standard library
340340
in Python 3.12.

0 commit comments

Comments
 (0)