URL: http://github.com/ipython/ipython/commit/76306a40ad56050c68041b9beacc4fc7223afd8e
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a9d43 commit 76306a4Copy full SHA for 76306a4
1 file changed
docs/source/interactive/python-ipython-diff.rst
@@ -207,7 +207,7 @@ under the hood python function. The syntax and assignment possibility are
207
similar to the one with the bang (``!``) syntax, but with more flexibility and
208
power. Magic function start with a percent sign (``%``) or double percent (``%%``).
209
210
-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:
211
212
.. code-block:: ipython
213
0 commit comments