##// END OF EJS Templates
remove mention of nonexistent `_margv` in macro...
MinRK -
Show More
@@ -19,8 +19,6 b' class Macro(object):'
19 19
20 20 Macro is just a callable that executes a string of IPython
21 21 input when called.
22
23 Args to macro are available in _margv list if you need them.
24 22 """
25 23
26 24 def __init__(self,code):
General Comments 0
You need to be logged in to leave comments. Login now