diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-08 13:49:55 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-09 21:14:36 -0300 |
| commit | 6c84dee53193a78cf797b44d3febcc14488ea6b1 (patch) | |
| tree | 7b723f3d15aa973c7e6277e0cc90f3851ae97f59 /bindings/python-cffi/notmuch2/__init__.py | |
| parent | df3fab18fe70ea750f6f06da30291c67de7e74f2 (diff) | |
Fix typos
Diffstat (limited to 'bindings/python-cffi/notmuch2/__init__.py')
| -rw-r--r-- | bindings/python-cffi/notmuch2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python-cffi/notmuch2/__init__.py b/bindings/python-cffi/notmuch2/__init__.py index 613317e0..f281edc1 100644 --- a/bindings/python-cffi/notmuch2/__init__.py +++ b/bindings/python-cffi/notmuch2/__init__.py @@ -10,7 +10,7 @@ should consider their signatures implementation details. Errors ====== -All errors occuring due to errors from the underlying notmuch database +All errors occurring 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:`ObjectDestroyedError` will be raised. |
