diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2018-03-24 17:32:31 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2018-03-24 17:32:31 +0100 |
commit | 59d0330d38bb1759a2da85e4ea4d0254ff9b9b9d (patch) | |
tree | f3fe68ed9de08c964da5bc0714c156c90c310b08 /Cython/Build/IpythonMagic.py | |
parent | ebb3ca152c71b8a3b167f71d69a4cdd388c7217f (diff) | |
download | cython-59d0330d38bb1759a2da85e4ea4d0254ff9b9b9d.tar.gz |
Fix docstring in IPython magic.
Diffstat (limited to 'Cython/Build/IpythonMagic.py')
-rw-r--r-- | Cython/Build/IpythonMagic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Build/IpythonMagic.py b/Cython/Build/IpythonMagic.py index d73d266ae..f8876c620 100644 --- a/Cython/Build/IpythonMagic.py +++ b/Cython/Build/IpythonMagic.py @@ -14,7 +14,7 @@ Magic command interface for interactive work with Cython Usage ===== -To enable the magics below, execute ``%load_ext cythonmagic``. +To enable the magics below, execute ``%load_ext cython``. ``%%cython`` |