Commit cbb627ee authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #280 from yonose/patch-1

Fixed typo
parents 7553d6d6 eeab8769
......@@ -8,7 +8,7 @@ Compilation
Cython code, unlike Python, must be compiled. This happens in two stages:
* A ``.pyx`` file is compiles by Cython to a ``.c`` file.
* A ``.pyx`` file is compiled by Cython to a ``.c`` file.
* The ``.c`` file is compiled by a C compiler to a ``.so`` file (or a
``.pyd`` file on Windows)
......
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