##// END OF EJS Templates
fix typo
Michael T -
Show More
@@ -207,7 +207,7 b' 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
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 (``%%``).
208 power. Magic function start with a percent sign (``%``) or double percent (``%%``).
209
209
210 A magic call with a sign percent will act only one line:
210 A magic call with a sign percent will act only on one line:
211
211
212 .. code-block:: ipython
212 .. code-block:: ipython
213
213
General Comments 0
You need to be logged in to leave comments. Login now