]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/threads.py
Merge tag '0.12_rc2'
[notmuch] / bindings / python / notmuch / threads.py
index 690206ef5a9668b6e09ff1b052e7941e373dff75..225f524651a9df3c4f1b22141066ca0631def2c9 100644 (file)
@@ -172,7 +172,7 @@ class Threads(Python3StringMixIn):
 
     _destroy = nmlib.notmuch_threads_destroy
     _destroy.argtypes = [NotmuchThreadsP]
-    _destroy.argtypes = None
+    _destroy.restype = None
 
     def __del__(self):
         """Close and free the notmuch Threads"""