##// END OF EJS Templates
Fix small typo: imput -> input
haochengxia -
Show More
@@ -1506,7 +1506,7 b' class ExecutionMagics(Magics):'
1506 @line_cell_magic
1506 @line_cell_magic
1507 def code_wrap(self, line, cell=None):
1507 def code_wrap(self, line, cell=None):
1508 """
1508 """
1509 Simple magic to quickly define a code transformer for all IPython's future imput.
1509 Simple magic to quickly define a code transformer for all IPython's future input.
1510
1510
1511 ``__code__`` and ``__ret__`` are special variable that represent the code to run
1511 ``__code__`` and ``__ret__`` are special variable that represent the code to run
1512 and the value of the last expression of ``__code__`` respectively.
1512 and the value of the last expression of ``__code__`` respectively.
General Comments 0
You need to be logged in to leave comments. Login now