##// END OF EJS Templates
Fix typo in automagic docstring...
Steven Maude -
Show More
@@ -34,7 +34,7 b' class AutoMagics(Magics):'
34 def automagic(self, parameter_s=''):
34 def automagic(self, parameter_s=''):
35 """Make magic functions callable without having to type the initial %.
35 """Make magic functions callable without having to type the initial %.
36
36
37 Without argumentsl toggles on/off (when off, you must call it as
37 Without arguments toggles on/off (when off, you must call it as
38 %automagic, of course). With arguments it sets the value, and you can
38 %automagic, of course). With arguments it sets the value, and you can
39 use any of (case insensitive):
39 use any of (case insensitive):
40
40
General Comments 0
You need to be logged in to leave comments. Login now