X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fnotmuch2%2F__init__.py;h=613317e0953d5a672fde43f8f3da355b5d28769d;hb=34c5233894f5143baaf5d4fc94df68fc186409d6;hp=4d76ec159208e0e9c8559a7edb86b75d91a7cb2d;hpb=b5db6aa1277e9e5645976a2dfdec2baaea385877;p=notmuch diff --git a/bindings/python-cffi/notmuch2/__init__.py b/bindings/python-cffi/notmuch2/__init__.py index 4d76ec15..613317e0 100644 --- a/bindings/python-cffi/notmuch2/__init__.py +++ b/bindings/python-cffi/notmuch2/__init__.py @@ -13,7 +13,7 @@ Errors All errors occuring due to errors from the underlying notmuch database are subclasses of the :exc:`NotmuchError`. Due to memory management it is possible to try and use an object after it has been freed. In -this case a :exc:`ObjectDestoryedError` will be raised. +this case a :exc:`ObjectDestroyedError` will be raised. Memory Management =================