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