X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fnotmuch2%2F__init__.py;h=f281edc1a5221e2f5671361c1b670ecaf0de6c06;hb=5ea5a5557d9ad4cef67e61a83bb81abd44dc7f76;hp=4d76ec159208e0e9c8559a7edb86b75d91a7cb2d;hpb=e2df30f7a98f91543d0b3561dbb366eb4b3d812c;p=notmuch diff --git a/bindings/python-cffi/notmuch2/__init__.py b/bindings/python-cffi/notmuch2/__init__.py index 4d76ec15..f281edc1 100644 --- a/bindings/python-cffi/notmuch2/__init__.py +++ b/bindings/python-cffi/notmuch2/__init__.py @@ -10,10 +10,10 @@ should consider their signatures implementation details. Errors ====== -All errors occuring due to errors from the underlying notmuch database +All errors occurring 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 =================