Commit cf75e9eb authored by scoder's avatar scoder

Merge pull request #254 from kanzure/fix-build-docs-typo

Fix grammar/typo in build docs
parents bf03e688 4d12f36b
......@@ -13,7 +13,7 @@ There are several ways to build Cython code:
- Write a distutils ``setup.py``.
- 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
from the ``.pyx`` file, then manually compiling the ``.c`` file into a shared
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