summaryrefslogtreecommitdiff
path: root/docs/userguide/ext_modules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguide/ext_modules.rst')
-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.