Skip to content

Commit

Permalink
chore: add param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarsic authored and msiemens committed Oct 7, 2024
1 parent b596c92 commit 75b0895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tinydb/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75b0895

Please sign in to comment.