aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2/_database.py
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2025-03-19 20:28:31 +0100
committerDavid Bremner <david@tethera.net>2025-06-16 08:05:37 -0300
commitbabacbd1b188004b388033cf20662eda51965365 (patch)
tree3a72bd722dd3cab18c2ebeb7d7bdd9934dd07b8e /bindings/python-cffi/notmuch2/_database.py
parentd8ebc9cf80b6d10e72a01d7b0afa42aab6b31264 (diff)
bindings/python-cffi: fix typos
Diffstat (limited to 'bindings/python-cffi/notmuch2/_database.py')
-rw-r--r--bindings/python-cffi/notmuch2/_database.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/notmuch2/_database.py b/bindings/python-cffi/notmuch2/_database.py
index d2671fdf..f1451bf1 100644
--- a/bindings/python-cffi/notmuch2/_database.py
+++ b/bindings/python-cffi/notmuch2/_database.py
@@ -351,7 +351,7 @@ class Database(base.NotmuchObject):
The returned context manager can be used to perform atomic
operations on the database.
- .. note:: Unlinke a traditional RDBMS transaction this does
+ .. note:: Unlike a traditional RDBMS transaction this does
not imply durability, it only ensures the changes are
performed atomically.
@@ -416,7 +416,7 @@ class Database(base.NotmuchObject):
:raises XapianError: A Xapian exception occurred.
:raises FileError: The file referred to by ``pathname`` could
not be opened.
- :raises FileNotEmailError: The file referreed to by
+ :raises FileNotEmailError: The file referred to by
``pathname`` is not recognised as an email message.
:raises ReadOnlyDatabaseError: The database is opened in
READ_ONLY mode.