X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fnotmuch2%2F_tags.py;h=212852a88ea60c7a9887345606d612f5bdcedd64;hb=34c5233894f5143baaf5d4fc94df68fc186409d6;hp=fe422a7944882d568eeaf81e2a3b7f8099db2bf9;hpb=b5db6aa1277e9e5645976a2dfdec2baaea385877;p=notmuch diff --git a/bindings/python-cffi/notmuch2/_tags.py b/bindings/python-cffi/notmuch2/_tags.py index fe422a79..212852a8 100644 --- a/bindings/python-cffi/notmuch2/_tags.py +++ b/bindings/python-cffi/notmuch2/_tags.py @@ -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()