diff --git a/docs/source/interactive/python-ipython-diff.rst b/docs/source/interactive/python-ipython-diff.rst index 183d3ef..fd2e27a 100644 --- a/docs/source/interactive/python-ipython-diff.rst +++ b/docs/source/interactive/python-ipython-diff.rst @@ -207,7 +207,7 @@ under the hood python function. The syntax and assignment possibility are similar to the one with the bang (``!``) syntax, but with more flexibility and power. Magic function start with a percent sign (``%``) or double percent (``%%``). -A magic call with a sign percent will act only one line: +A magic call with a sign percent will act only on one line: .. code-block:: ipython