##// END OF EJS Templates
Merge pull request #13211 from paw-lu/save-docstring...
Matthias Bussonnier -
r26945:2620482a merge
parent child Browse files
Show More
@@ -185,7 +185,7 b' class CodeMagics(Magics):'
185 185 """Save a set of lines or a macro to a given filename.
186 186
187 187 Usage:\\
188 %save [options] filename n1-n2 n3-n4 ... n5 .. n6 ...
188 %save [options] filename [history]
189 189
190 190 Options:
191 191
@@ -199,7 +199,7 b' class CodeMagics(Magics):'
199 199
200 200 -a: append to the file instead of overwriting it.
201 201
202 This function uses the same syntax as %history for input ranges,
202 The history argument uses the same syntax as %history for input ranges,
203 203 then saves the lines to the filename you specify.
204 204
205 205 If no ranges are specified, saves history of the current session up to
General Comments 0
You need to be logged in to leave comments. Login now