]> git.notmuchmail.org Git - notmuch/commit
python: Fix message ID docstring
authorFloris Bruynooghe <flub@devork.be>
Mon, 24 Feb 2025 20:08:19 +0000 (21:08 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 28 Feb 2025 15:31:55 +0000 (11:31 -0400)
commited29a9c37ec382fc2d5b1d1ecc1f1fb28a6769c6
treecbc0987025220bd28924b5606503139660123dfd
parent4540090443fe814ee2f2b24427e4ff54d90946b1
python: Fix message ID docstring

The messageidb attribute does not exist.  The returned BinString type
already allows use as both strings and binary.  Presumably this was
written before that type was adopted.
bindings/python-cffi/notmuch2/_message.py