diff options
| author | David Bremner <david@tethera.net> | 2025-03-13 21:29:26 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-03-13 21:29:26 -0300 |
| commit | 2454feddd136781a963fa8990074a1bdaf3ce3df (patch) | |
| tree | 6c48fed5fceec19f1532272de0b123a14726273e /bindings | |
| parent | 190e958d17b9cf3704c61e73994ba9e6aac95205 (diff) | |
| parent | 5802f5d6269172222a6fccf5908eae833014917b (diff) | |
Merge branch 'release'
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/python-cffi/notmuch2/_message.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/python-cffi/notmuch2/_message.py b/bindings/python-cffi/notmuch2/_message.py index f4c7ef02..7bd20331 100644 --- a/bindings/python-cffi/notmuch2/_message.py +++ b/bindings/python-cffi/notmuch2/_message.py @@ -240,8 +240,7 @@ class Message(base.NotmuchObject): :param header: Case-insensitive header name to retrieve. :type header: str or bytes - :returns: The header value, an empty string if the header is - not present. + :returns: The header value. :rtype: str :raises LookupError: if the header is not present. |
