]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python-cffi/notmuch2/_tags.py
python/notmuch2: fix typo for ObjectDestroyedError
[notmuch] / bindings / python-cffi / notmuch2 / _tags.py
index fe422a7944882d568eeaf81e2a3b7f8099db2bf9..212852a88ea60c7a9887345606d612f5bdcedd64 100644 (file)
@@ -277,7 +277,7 @@ class TagsIter(base.NotmuchObject, collections.abc.Iterator):
     :param errors: If using a codec, this is the error handler.
        See :func:`str.decode` to which this is passed on.
 
-    :raises ObjectDestoryedError: if used after destroyed.
+    :raises ObjectDestroyedError: if used after destroyed.
     """
     _tags_p = base.MemoryPointer()