diff --git a/examples/Builtin Extensions/Cython Magics.ipynb b/examples/Builtin Extensions/Cython Magics.ipynb index 0205cb7..f847641 100644 --- a/examples/Builtin Extensions/Cython Magics.ipynb +++ b/examples/Builtin Extensions/Cython Magics.ipynb @@ -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:" ] }, { @@ -275,4 +275,4 @@ "metadata": {} } ] -} \ No newline at end of file +}