Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivial typos #453

Merged
merged 2 commits into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/extend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Use hooks and overrides
.. _extend_hooks:

There are cases when neither creating a custom storage nor using a custom
middlware will allow you to adapt TinyDB in the way you need. In this case
middleware will allow you to adapt TinyDB in the way you need. In this case
you can modify TinyDB's behavior by using predefined hooks and override points.
For example you can configure the name of the default table by setting
``TinyDB.default_table_name``:
Expand Down
2 changes: 1 addition & 1 deletion tinydb/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Table:
once a threshold is reached.

The query cache is updated on every search operation. When writing
data, the whole cache is discareded as the query results may have
data, the whole cache is discarded as the query results may have
changed.

.. admonition:: Customization
Expand Down