diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-12-23 16:06:48 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-12-24 07:13:09 +0900 |
| commit | 93cc4b99dff2dea1f4af3b39f1864eb976c37648 (patch) | |
| tree | be97cb90473b48eb08469c1084b04464679c21ae /bindings/python-cffi/notmuch2/_errors.py | |
| parent | 34c5233894f5143baaf5d4fc94df68fc186409d6 (diff) | |
python/notmuch2: fix typo for "destroyed"
Another fix to the docstrings, this time for the English part of the
docstrings, not the Python class name. No functional changes here.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'bindings/python-cffi/notmuch2/_errors.py')
| -rw-r--r-- | bindings/python-cffi/notmuch2/_errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
