Commit 6e65afb6 authored by Aditya Bhosale's avatar Aditya Bhosale

Fix typo

parent b5955fdf
...@@ -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