summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Bayles <bbayles@gmail.com>2023-04-25 16:22:59 -0500
committerGitHub <noreply@github.com>2023-04-25 16:22:59 -0500
commite32a8462e2af9316670762fbbf2dfda9f8fd0f09 (patch)
tree1b986b5ed5cb380c444914fa43d42ac405aaac14
parenta592795b81a51d73e64b0447f5e65032787be6f2 (diff)
downloadpython-setuptools-git-e32a8462e2af9316670762fbbf2dfda9f8fd0f09.tar.gz
Fix typo in docs
-rw-r--r--docs/userguide/ext_modules.rst2
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.