From 75b0895297f41db26aa6115d77241de470db0a78 Mon Sep 17 00:00:00 2001 From: Domagoj Marsic Date: Mon, 27 Feb 2023 20:21:35 +0000 Subject: [PATCH] chore: add param to docstring --- tinydb/table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tinydb/table.py b/tinydb/table.py index eebaa9b8..c562d02f 100644 --- a/tinydb/table.py +++ b/tinydb/table.py @@ -72,6 +72,7 @@ class Table: :param storage: The storage instance to use for this table :param name: The table name :param cache_size: Maximum capacity of query cache + :param persist_empty: Store new table even with no operations on it """ #: The class used to represent documents