aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-03-18 09:15:32 -0300
committerDavid Bremner <david@tethera.net>2025-03-18 09:15:32 -0300
commit890fd10082a61bd109ee28c03eedac4294e2ae3c (patch)
tree9a4a6f7d323a4f6a79f20d6d6b6bbe4346c201b3 /bindings
parent81e9eaa273203553a494c6e92f69f08382d58889 (diff)
parenteaf3cd10db95b366c960a4f87e4a513dc9488e7f (diff)
Merge branch 'release'
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python-cffi/notmuch2/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python-cffi/notmuch2/__init__.py b/bindings/python-cffi/notmuch2/__init__.py
index f281edc1..b1cd21c1 100644
--- a/bindings/python-cffi/notmuch2/__init__.py
+++ b/bindings/python-cffi/notmuch2/__init__.py
@@ -37,9 +37,9 @@ In these python bindings they have sometimes been exposed as
like :class:`collections.abc.Set` or :class:`collections.abc.Mapping`
etc. This gives a more natural API to work with, e.g. being able to
treat tags as sets. However it does mean that the
-:meth:`__contains__`, :meth:`__len__` and frieds methods on these are
-usually more and essentially O(n) rather than O(1) as you might
-usually expect from Python containers.
+:meth:`__contains__`, :meth:`__len__` and similar methods on these are
+usually more expensive and essentially O(n) rather than O(1) as you might
+expect from Python containers.
"""
from notmuch2 import _capi