Skip to content

Commit f5df941

Browse files
jeanaswebknjaz
authored andcommitted
Fix brain fart
1 parent dc4ff66 commit f5df941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/tool-recommendations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Popular :term:`build backends <build backend>` for pure-Python packages include:
7474
If you use setuptools, please be aware that it contains many deprecated
7575
features which are currently kept for compatibility, but should not be used.
7676
For example, do **not** use ``python setup.py`` invocations
77-
(cf. :ref:`setup-py-deprecated`), the ``python_requires`` argument to
77+
(cf. :ref:`setup-py-deprecated`), the ``setup_requires`` argument to
7878
``setup()`` (use the :ref:`[build-system] table
7979
<pyproject-guide-build-system-table>` of :file:`pyproject.toml` instead), or
8080
the ``easy_install`` command (cf. :ref:`pip vs easy_install`).

0 commit comments

Comments
 (0)