From e32a8462e2af9316670762fbbf2dfda9f8fd0f09 Mon Sep 17 00:00:00 2001 From: Bo Bayles Date: Tue, 25 Apr 2023 16:22:59 -0500 Subject: Fix typo in docs --- docs/userguide/ext_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/userguide/ext_modules.rst') 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. -- cgit v1.2.1