Skip to content

Commit

Permalink
Fix missing intersphinx reference in Extension docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 14, 2022
1 parent 6102c84 commit 693ec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Extension(_Extension):
This means that all source files will be compiled into a single binary file
``<module path>.<suffix>`` (with ``<module path>`` derived from ``name`` and
``<suffix>`` defined by one of the values in
:mod:`importlib.machinery.EXTENSION_SUFFIXES`).
``importlib.machinery.EXTENSION_SUFFIXES``).
In the case ``.pyx`` files are passed as ``sources and`` ``Cython`` is **not**
installed in the build environment, ``setuptools`` may also try to look for the
Expand Down

0 comments on commit 693ec6c

Please sign in to comment.