##// END OF EJS Templates
improve docstring for %save -a
Dominik Dabrowski -
Show More
@@ -61,7 +61,7 b' class CodeMagics(Magics):'
61 -f: force overwrite. If file exists, %save will prompt for overwrite
61 -f: force overwrite. If file exists, %save will prompt for overwrite
62 unless -f is given.
62 unless -f is given.
63
63
64 -a: open file in append mode.
64 -a: append to the file instead of overwriting it.
65
65
66 This function uses the same syntax as %history for input ranges,
66 This function uses the same syntax as %history for input ranges,
67 then saves the lines to the filename you specify.
67 then saves the lines to the filename you specify.
General Comments 0
You need to be logged in to leave comments. Login now