aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2/__init__.py
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-12-23 16:02:16 -0500
committerDavid Bremner <david@tethera.net>2019-12-24 07:12:51 +0900
commit34c5233894f5143baaf5d4fc94df68fc186409d6 (patch)
treea1fb81af08379edebafddc30478c5c1aab39d74e /bindings/python-cffi/notmuch2/__init__.py
parentb5db6aa1277e9e5645976a2dfdec2baaea385877 (diff)
python/notmuch2: fix typo for ObjectDestroyedError
There is no functional change here, just a fix to a typo in the docstrings. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'bindings/python-cffi/notmuch2/__init__.py')
-rw-r--r--bindings/python-cffi/notmuch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
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
=================