diff --git a/docs/source/config/extensions/index.rst b/docs/source/config/extensions/index.rst index a940a8d..3ae10f1 100644 --- a/docs/source/config/extensions/index.rst +++ b/docs/source/config/extensions/index.rst @@ -91,7 +91,6 @@ Extensions bundled with IPython :maxdepth: 1 autoreload - cythonmagic storemagic sympyprinting @@ -100,5 +99,5 @@ Extensions bundled with IPython * ``rmagic`` is now part of `rpy2 `_. Use ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for details of how to use it. -* ``cythonmagic``used to be bundled, but is now part of `cython `_ +* ``cythonmagic`` used to be bundled, but is now part of `cython `_ Use ``%load_ext Cython`` to load it.