]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
python: make some docstrings raw
[notmuch] / bindings / python / notmuch / message.py
index 6e32b5f7ada2d825d4cd6c23403f6b6b1271691f..e71dbe3e9933011d334d3ed18990d6fa2844693d 100644 (file)
@@ -46,7 +46,7 @@ import sys
 
 
 class Message(Python3StringMixIn):
-    """Represents a single Email message
+    r"""Represents a single Email message
 
     Technically, this wraps the underlying *notmuch_message_t*
     structure. A user will usually not create these objects themselves