Skip to content

Commit 902352c

Browse files
DOC: fix comment on previous versions cythonmagic
1 parent 9e7bfdd commit 902352c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/enhancingperf.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Plain cython
9595
~~~~~~~~~~~~
9696

9797
First we're going to need to import the cython magic function to ipython (for
98-
cython versions >=0.21 you can use ``%load_ext Cython``):
98+
cython versions < 0.21 you can use ``%load_ext cythonmagic``):
9999

100100
.. ipython:: python
101101
:okwarning:

0 commit comments

Comments
 (0)