From ec77810376a51fbaf684771dc76d1c4e714d3fc4 2016-03-28 10:50:52 From: Gökhan Karabulut Date: 2016-03-28 10:50:52 Subject: [PATCH] Fix a typo: plot_to_latex -> poly_to_latex It seems it is `poly_to_latex` function to be registered, not `plot_to_latex` --- diff --git a/examples/IPython Kernel/Custom Display Logic.ipynb b/examples/IPython Kernel/Custom Display Logic.ipynb index aed4f27..40d58ba 100644 --- a/examples/IPython Kernel/Custom Display Logic.ipynb +++ b/examples/IPython Kernel/Custom Display Logic.ipynb @@ -1214,7 +1214,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "However, you can configure IPython to do this automatically by registering the `Polynomial` class and the `plot_to_latex` function with an IPython display formatter. Let's look at the default formatters provided by IPython:" + "However, you can configure IPython to do this automatically by registering the `Polynomial` class and the `poly_to_latex` function with an IPython display formatter. Let's look at the default formatters provided by IPython:" ] }, {