From 6cd6b122463ebb6c8cc2b3063f2ed64642bb2eda Mon Sep 17 00:00:00 2001 From: evan Date: Mon, 2 Dec 2024 15:11:13 -0600 Subject: [PATCH] add save_history to readme --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cbfe225c..d29ebede 100644 --- a/README.rst +++ b/README.rst @@ -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) @@ -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)