]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/thread.py
Drop devel/printmimestructure (it is in mailscripts 0.11)
[notmuch] / bindings / python / notmuch / thread.py
index ed96188541ae1606c1537f0b48c667139cd50eca..9aa0e08cec90ba212fa481bfc0aac1e26c293509 100644 (file)
@@ -71,7 +71,7 @@ class Thread(object):
     def __init__(self, thread_p, parent=None):
         """
         :param thread_p: A pointer to an internal notmuch_thread_t
-            Structure.  These are not publically exposed, so a user
+            Structure.  These are not publicly exposed, so a user
             will almost never instantiate a :class:`Thread` object
             herself. They are usually handed back as a result,
             e.g. when iterating through :class:`Threads`. *thread_p*