diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 673e90d9ec..a31e663452 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2401,7 +2401,7 @@ uses these build systems, the recipe needs to inherit the ``setuptools3`` class. | |||
2401 | 2401 | ||
2402 | .. note:: | 2402 | .. note:: |
2403 | 2403 | ||
2404 | The ``setuptools3`` class ``do_compile()`` task now calls | 2404 | The ``setuptools3`` class :ref:`ref-tasks-compile` task now calls |
2405 | ``setup.py bdist_wheel`` to build the ``wheel`` binary archive format | 2405 | ``setup.py bdist_wheel`` to build the ``wheel`` binary archive format |
2406 | (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__). | 2406 | (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`__). |
2407 | 2407 | ||