]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python-cffi/notmuch2/__init__.py
python/notmuch2: fix typo for ObjectDestroyedError
[notmuch] / bindings / python-cffi / notmuch2 / __init__.py
index 4d76ec159208e0e9c8559a7edb86b75d91a7cb2d..613317e0953d5a672fde43f8f3da355b5d28769d 100644 (file)
@@ -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
 =================