Skip to content

Commit

Permalink
add save_history to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Dec 2, 2024
1 parent b94fee3 commit 6cd6b12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Entry Functions and Properties

**trash_entry** (entry)

move a group to the recycle bin. The recycle bin is created if it does not exit. ``entry`` must be an empty Entry.
move an entry to the recycle bin. The recycle bin is created if it does not exit. ``entry`` must be an empty Entry.

**move_entry** (entry, destination_group)

Expand Down Expand Up @@ -228,6 +228,12 @@ If ``expiry_time`` is a naive datetime object (i.e. ``expiry_time.tzinfo`` is no
# update modification or access time
>>> entry.touch(modify=True)
**save_history** ()

save the Entry in its history


Group Functions and Properties
------------------------------
**add_group** (destination_group, group_name, icon=None, notes=None)
Expand Down

0 comments on commit 6cd6b12

Please sign in to comment.