Commit 4d12f36b authored by Bryan Bishop's avatar Bryan Bishop

fix grammar/typo in build docs

There was a word missing.
parent bf03e688
...@@ -13,7 +13,7 @@ There are several ways to build Cython code: ...@@ -13,7 +13,7 @@ There are several ways to build Cython code:
- Write a distutils ``setup.py``. - Write a distutils ``setup.py``.
- Use ``pyximport``, importing Cython ``.pyx`` files as if they - Use ``pyximport``, importing Cython ``.pyx`` files as if they
were ``.py`` files (using distutils to compile and build the background). were ``.py`` files (using distutils to compile and build in the background).
- Run the ``cython`` command-line utility manually to produce the ``.c`` file - Run the ``cython`` command-line utility manually to produce the ``.c`` file
from the ``.pyx`` file, then manually compiling the ``.c`` file into a shared from the ``.pyx`` file, then manually compiling the ``.c`` file into a shared
object library or ``.dll`` suitable for import from Python. object library or ``.dll`` suitable for import from Python.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment