File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ Entry Functions and Properties
178178
179179**trash_entry ** (entry)
180180
181- move a group to the recycle bin. The recycle bin is created if it does not exit. ``entry `` must be an empty Entry.
181+ move an entry to the recycle bin. The recycle bin is created if it does not exit. ``entry `` must be an empty Entry.
182182
183183**move_entry ** (entry, destination_group)
184184
@@ -228,6 +228,12 @@ If ``expiry_time`` is a naive datetime object (i.e. ``expiry_time.tzinfo`` is no
228228 # update modification or access time
229229 >> > entry.touch(modify = True )
230230
231+
232+ **save_history ** ()
233+
234+ save the Entry in its history
235+
236+
231237Group Functions and Properties
232238------------------------------
233239**add_group ** (destination_group, group_name, icon=None, notes=None)
You can’t perform that action at this time.
0 commit comments