Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a38e0d4

Browse files
committed
autosave docstring
1 parent 7cababc commit a38e0d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

IPython/kernel/zmq/zmqshell.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,13 @@ def qtconsole(self, arg_s):
448448

449449
@line_magic
450450
def autosave(self, arg_s):
451-
"""Set the lower-limit for the autosave frequency in the notebook (in seconds).
451+
"""Set the autosave interval in the notebook (in seconds).
452452
453453
The default value is 120, or two minutes.
454454
``%autosave 0`` will disable autosave.
455+
456+
This magic only has an effect when called from the notebook interface.
457+
It has no effect when called in a startup file.
455458
"""
456459

457460
try:

0 commit comments

Comments
 (0)