Skip to content

Commit

Permalink
Minor typo fix in "Cython Magics.ipynb"
Browse files Browse the repository at this point in the history
  • Loading branch information
eteq committed Apr 8, 2014
1 parent e9e1b40 commit 8388c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Builtin Extensions/Cython Magics.ipynb
Expand Up @@ -27,7 +27,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"IPtyhon has a `cythonmagic` extension that contains a number of magic functions for working with Cython code. This extension can be loaded using the `%load_ext` magic as follows:"
"IPython has a `cythonmagic` extension that contains a number of magic functions for working with Cython code. This extension can be loaded using the `%load_ext` magic as follows:"
]
},
{
Expand Down Expand Up @@ -275,4 +275,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 8388c2c

Please sign in to comment.