diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-07-18 00:16:02 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-18 06:50:44 -0300 |
| commit | 87bdfbc91f65cb1031ef0ac8a804759f2061ac10 (patch) | |
| tree | 90054f745f35cc1f6c2fcf3c2cb48a406473fd48 /bindings/python | |
| parent | f0b91832c2d273754e9cf1f2652790f992d0abef (diff) | |
Fix orthography
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/docs/source/query.rst | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/thread.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/docs/source/query.rst b/bindings/python/docs/source/query.rst index 044b5735..785e984b 100644 --- a/bindings/python/docs/source/query.rst +++ b/bindings/python/docs/source/query.rst @@ -29,7 +29,7 @@ .. attribute:: sort Instance attribute :attr:`sort` contains the sort order (see - :attr:`Query.SORT`) if explicitely specified via + :attr:`Query.SORT`) if explicitly specified via :meth:`set_sort`. By default it is set to `None`. .. automethod:: exclude_tag diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py index cc151f7e..ed961885 100644 --- a/bindings/python/notmuch/thread.py +++ b/bindings/python/notmuch/thread.py @@ -245,7 +245,7 @@ class Thread(object): The :class:`Tags` object is owned by the thread and as such, will only be valid for as long as this :class:`Thread` is valid (e.g. until the - query from which it derived is explicitely deleted). + query from which it derived is explicitly deleted). :returns: A :class:`Tags` iterator. :raises: :exc:`NotInitializedError` if query is not initialized |
