Skip to content

Commit 99e78da

Browse files
jorisvandenbosschejreback
authored andcommitted
DOC: fix comment on previous versions cythonmagic
Small thing I just noticed in the docs (the note on the other version was not updated when the example was changed from cythonmagic -> Cython) Author: Joris Van den Bossche <[email protected]> Closes #13343 from jorisvandenbossche/doc-cythonmagic and squashes the following commits: 902352c [Joris Van den Bossche] DOC: fix comment on previous versions cythonmagic
1 parent fcd73ad commit 99e78da

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)