python: fix documentation typo

The method is actually called 'getall'.
This commit is contained in:
David Bremner 2025-02-15 15:27:51 -04:00
parent 58ea60c2e4
commit 9782c86511

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