diff options
Diffstat (limited to 'doc/source/reference/arrays.nditer.cython.rst')
-rw-r--r-- | doc/source/reference/arrays.nditer.cython.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/reference/arrays.nditer.cython.rst b/doc/source/reference/arrays.nditer.cython.rst index 9e51162f2..66485fc8a 100644 --- a/doc/source/reference/arrays.nditer.cython.rst +++ b/doc/source/reference/arrays.nditer.cython.rst @@ -1,6 +1,3 @@ -.. for doctest: - >>> import numpy as np - Putting the Inner Loop in Cython ================================ |