mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-04-22 07:10:46 +02:00
python: fix documentation typo
The method is actually called 'getall'.
This commit is contained in:
parent
58ea60c2e4
commit
9782c86511
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue