##// END OF EJS Templates
Better docstring.
Thomas Kluyver -
Show More
@@ -1963,7 +1963,7 b' Currently the magic system has the following functions:\\n"""'
1963
1963
1964 @testdec.skip_doctest
1964 @testdec.skip_doctest
1965 def magic_macro(self,parameter_s = ''):
1965 def magic_macro(self,parameter_s = ''):
1966 """Define a macro for future re-execution. It can take ranges of history,
1966 """Define a macro for future re-execution. It accepts ranges of history,
1967 filenames or string objects.
1967 filenames or string objects.
1968
1968
1969 Usage:\\
1969 Usage:\\
General Comments 0
You need to be logged in to leave comments. Login now