]> git.cworth.org Git - notmuch/blobdiff - bindings/python/notmuch/directory.py
python: strip superfluous single quote from copyright notices
[notmuch] / bindings / python / notmuch / directory.py
index 0c5e015e0e01feb9da330e08c2de951f54ed7797..667d3a4b64986c4901d0b9f0e52f43334660e120 100644 (file)
@@ -14,7 +14,7 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with notmuch.  If not, see <http://www.gnu.org/licenses/>.
 
-Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
+Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
 """
 
 from ctypes import c_uint, c_long
@@ -177,7 +177,7 @@ class Directory(object):
 
     _destroy = nmlib.notmuch_directory_destroy
     _destroy.argtypes = [NotmuchDirectoryP]
-    _destroy.argtypes = None
+    _destroy.restype = None
 
     def __del__(self):
         """Close and free the Directory"""