]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/threads.py
fix typos
[notmuch] / bindings / python / notmuch / threads.py
index 86f1f2ccc6da235bc389e050d9fb9619a3ffe726..0c382d5b8f187213b26fabd45c2c76486b7f5a01 100644 (file)
@@ -85,7 +85,7 @@ class Threads(Python3StringMixIn):
     def __init__(self, threads_p, parent=None):
         """
         :param threads_p:  A pointer to an underlying *notmuch_threads_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:`Threads` object
              herself. They are usually handed back as a result,
              e.g. in :meth:`Query.search_threads`.  *threads_p* must be