X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fnotmuch2%2F_errors.py;h=13369445ffabd0b309f0a7a731335bf8b531a5ca;hb=93cc4b99dff2dea1f4af3b39f1864eb976c37648;hp=1c88763b95d1daa22f3d094c640360ec34149b04;hpb=34c5233894f5143baaf5d4fc94df68fc186409d6;p=notmuch diff --git a/bindings/python-cffi/notmuch2/_errors.py b/bindings/python-cffi/notmuch2/_errors.py index 1c88763b..13369445 100644 --- a/bindings/python-cffi/notmuch2/_errors.py +++ b/bindings/python-cffi/notmuch2/_errors.py @@ -97,7 +97,7 @@ class IllegalArgumentError(NotmuchError): pass class ObjectDestroyedError(NotmuchError): - """The object has already been destoryed and it's memory freed. + """The object has already been destroyed and it's memory freed. This occurs when :meth:`destroy` has been called on the object but you still happen to have access to the object. This should not