From: David Bremner Date: Sat, 15 Feb 2025 19:27:51 +0000 (-0400) Subject: python: fix documentation typo X-Git-Tag: archive/debian/0.39_rc0-1~5 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9782c8651192c1496541bd8949b7991c41528b3f;p=notmuch python: fix documentation typo The method is actually called 'getall'. --- 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.