Commit d98998a2 authored by Aditya Bhosale's avatar Aditya Bhosale Committed by Stefan Behnel

Fix typo

parent e1cacea8
......@@ -18,7 +18,7 @@ The debugger will need debug information that the Cython compiler can export.
This can be achieved from within the setup
script by passing ``gdb_debug=True`` to ``cythonize()``::
from distutils.code import setup
from distutils.core import setup
from distutils.extension import Extension
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