Commit d9761347 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #497 from adityapb/master

DOCS: Fix typo
parents b5955fdf 6e65afb6
...@@ -18,7 +18,7 @@ The debugger will need debug information that the Cython compiler can export. ...@@ -18,7 +18,7 @@ The debugger will need debug information that the Cython compiler can export.
This can be achieved from within the setup This can be achieved from within the setup
script by passing ``gdb_debug=True`` to ``cythonize()``:: script by passing ``gdb_debug=True`` to ``cythonize()``::
from distutils.code import setup from distutils.core import setup
from distutils.extension import Extension from distutils.extension import Extension
extensions = [Extension('source', ['source.pyx'])] extensions = [Extension('source', ['source.pyx'])]
......
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