From 902352c659276e2ea9c05e5af88b637cbf6918ee Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 25 May 2016 21:06:18 +0200 Subject: [PATCH] DOC: fix comment on previous versions cythonmagic --- doc/source/enhancingperf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/enhancingperf.rst b/doc/source/enhancingperf.rst index a4db4b7c0d953..685a8690a53d5 100644 --- a/doc/source/enhancingperf.rst +++ b/doc/source/enhancingperf.rst @@ -95,7 +95,7 @@ Plain cython ~~~~~~~~~~~~ First we're going to need to import the cython magic function to ipython (for -cython versions >=0.21 you can use ``%load_ext Cython``): +cython versions < 0.21 you can use ``%load_ext cythonmagic``): .. ipython:: python :okwarning: