diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-10-28 11:12:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 11:12:06 -0400 |
commit | 0fd21d1e737bd5a031c09b87e58aa9d505b51121 (patch) | |
tree | 44992a3eacae9154057638618a91e4d7f24e99cc | |
parent | 912f772c61ce432561423e91a8ace70b0ec86a08 (diff) | |
download | python-setuptools-git-0fd21d1e737bd5a031c09b87e58aa9d505b51121.tar.gz |
fix typo
Co-Authored-By: jaraco <jaraco@jaraco.com>
-rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 3cad38b1..9a0ee0c1 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1655,7 +1655,7 @@ Distributing Extensions compiled with Cython -------------------------------------------- ``setuptools`` will detect at build time whether Cython is installed or not. -If Cython is not found ``setputools`` will ignore pyx files. +If Cython is not found ``setuptools`` will ignore pyx files. To ensure Cython is available, include Cython in the build-requires section of your pyproject.toml:: |