Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
4d12f36b
Commit
4d12f36b
authored
Sep 08, 2013
by
Bryan Bishop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix grammar/typo in build docs
There was a word missing.
parent
bf03e688
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/src/quickstart/build.rst
docs/src/quickstart/build.rst
+1
-1
No files found.
docs/src/quickstart/build.rst
View file @
4d12f36b
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment