Skip to content

Commit 6cd6b12

Browse files
committed
add save_history to readme
1 parent b94fee3 commit 6cd6b12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
231237
Group Functions and Properties
232238
------------------------------
233239
**add_group** (destination_group, group_name, icon=None, notes=None)

0 commit comments

Comments
 (0)