]> git.cworth.org Git - notmuch/commitdiff
python: fix documentation typo
authorDavid Bremner <david@tethera.net>
Sat, 15 Feb 2025 19:27:51 +0000 (15:27 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 22 Feb 2025 10:59:48 +0000 (06:59 -0400)
The method is actually called 'getall'.

bindings/python-cffi/notmuch2/_message.py

index abe37db6c915480a8a2522d5caf97f272b04920a..4c19607460553dfb270ff9defc8bed24a30804d4 100644 (file)
@@ -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.