##// END OF EJS Templates
fix typo in %load docstring...
MinRK -
Show More
@@ -157,7 +157,7 b' class CodeMagics(Magics):'
157 def loadpy(self, arg_s):
157 def loadpy(self, arg_s):
158 """Alias of `%load`
158 """Alias of `%load`
159
159
160 `%loadpy` has gained some flexibility and droped the requirement of a `.py`
160 `%loadpy` has gained some flexibility and dropped the requirement of a `.py`
161 extension. So it has been renamed simply into %load. You can look at
161 extension. So it has been renamed simply into %load. You can look at
162 `%load`'s docstring for more info.
162 `%load`'s docstring for more info.
163 """
163 """
General Comments 0
You need to be logged in to leave comments. Login now