[PATCH 5/9] python: fix documentation typo

Subject: [PATCH 5/9] python: fix documentation typo

Date: Sat, 15 Feb 2025 16:05:51 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


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.47.2

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: