X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fnotmuch2%2F_database.py;fp=bindings%2Fpython-cffi%2Fnotmuch2%2F_database.py;h=7ef4fe170e23bfeba22f340d12806cd8c62b8785;hp=a1c624a7352232c21892949fabd24b9bc64c23e6;hb=34c5233894f5143baaf5d4fc94df68fc186409d6;hpb=b5db6aa1277e9e5645976a2dfdec2baaea385877 diff --git a/bindings/python-cffi/notmuch2/_database.py b/bindings/python-cffi/notmuch2/_database.py index a1c624a7..7ef4fe17 100644 --- a/bindings/python-cffi/notmuch2/_database.py +++ b/bindings/python-cffi/notmuch2/_database.py @@ -342,7 +342,7 @@ class Database(base.NotmuchObject): def default_indexopts(self): """Returns default index options for the database. - :raises ObjectDestoryedError: if used after destroyed. + :raises ObjectDestroyedError: if used after destroyed. :returns: :class:`IndexOptions`. """ @@ -770,7 +770,7 @@ class IndexOptions(base.NotmuchObject): You can change this policy by assigning a new :class:`DecryptionPolicy` to this property. - :raises ObjectDestoryedError: if used after destroyed. + :raises ObjectDestroyedError: if used after destroyed. :returns: A :class:`DecryptionPolicy` enum instance. """