diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-04-26 14:45:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 14:45:03 +0100 |
commit | e94cb204693cee145ea531905dd50b02a26c9f0a (patch) | |
tree | 1b986b5ed5cb380c444914fa43d42ac405aaac14 | |
parent | a592795b81a51d73e64b0447f5e65032787be6f2 (diff) | |
parent | e32a8462e2af9316670762fbbf2dfda9f8fd0f09 (diff) | |
download | python-setuptools-git-e94cb204693cee145ea531905dd50b02a26c9f0a.tar.gz |
Fix typo in extension module docs (#3910)
-rw-r--r-- | docs/userguide/ext_modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/ext_modules.rst b/docs/userguide/ext_modules.rst index a59599b2..8c193856 100644 --- a/docs/userguide/ext_modules.rst +++ b/docs/userguide/ext_modules.rst @@ -46,7 +46,7 @@ To instruct setuptools to compile the ``foo.c`` file into the extension module .. seealso:: You can find more information on the `Python docs about C/C++ extensions`_. - Alternatively, you might also be interested in learn about `Cython`_. + Alternatively, you might also be interested in learning about `Cython`_. If you plan to distribute a package that uses extensions across multiple platforms, :pypi:`cibuildwheel` can also be helpful. |