Skip to content

DOC: fix comment on previous versions cythonmagic #13343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jorisvandenbossche
Copy link
Member

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)

@codecov-io
Copy link

Current coverage is 84.23%

Merging #13343 into master will decrease coverage by <.01%

@@             master     #13343   diff @@
==========================================
  Files           138        138          
  Lines         50713      50713          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          42715      42714     -1   
- Misses         7998       7999     +1   
  Partials          0          0          

Powered by Codecov. Last updated by fcd73ad...902352c

@jorisvandenbossche jorisvandenbossche added this to the 0.18.2 milestone Jun 1, 2016
@@ -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``):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep forgot to change. thanks!

@jreback jreback closed this in 99e78da Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants