aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-02-15 15:27:51 -0400
committerDavid Bremner <david@tethera.net>2025-02-22 06:59:48 -0400
commit9782c8651192c1496541bd8949b7991c41528b3f (patch)
tree8a8dff4109c858cb2ecd61881343c9b51898032a /bindings/python-cffi/notmuch2
parent58ea60c2e49fb7881046829141a7a795d1a3ffca (diff)
python: fix documentation typo
The method is actually called 'getall'.
Diffstat (limited to 'bindings/python-cffi/notmuch2')
-rw-r--r--bindings/python-cffi/notmuch2/_message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python-cffi/notmuch2/_message.py b/bindings/python-cffi/notmuch2/_message.py
index abe37db6..4c196074 100644
--- a/bindings/python-cffi/notmuch2/_message.py
+++ b/bindings/python-cffi/notmuch2/_message.py
@@ -349,7 +349,7 @@ class Message(base.NotmuchObject):
and thus are only recommended if you know there to be only one
value.
- Instead the map has an additional :meth:`PropertiesMap.all`
+ Instead the map has an additional :meth:`PropertiesMap.getall`
method which can be used to retrieve all properties of a given
key. This method also allows iterating of a a subset of the
keys starting with a given prefix.