From 9782c8651192c1496541bd8949b7991c41528b3f Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 15 Feb 2025 15:27:51 -0400 Subject: [PATCH] python: fix documentation typo The method is actually called 'getall'. --- bindings/python-cffi/notmuch2/_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2