]> git.notmuchmail.org Git - notmuch/commitdiff
python: make some docstrings raw
authorJakub Wilk <jwilk@jwilk.net>
Wed, 20 Nov 2019 10:46:39 +0000 (11:46 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 21 Nov 2019 01:08:15 +0000 (21:08 -0400)
Fixes:

    notmuch/message.py:57: DeprecationWarning: invalid escape sequence \s
    notmuch/query.py:155: DeprecationWarning: invalid escape sequence \.
    notmuch/messages.py:89: DeprecationWarning: invalid escape sequence \s

with Python >= 3.6.


No differences found