Fix docstring for Commit.init

This commit is contained in:
Benjamin Pollack
2013-04-10 15:26:13 +00:00
parent 5c0dee16b8
commit 41bae9150d

View File

@@ -60,7 +60,7 @@ Config_init(Config *self, PyObject *args, PyObject *kwds)
if (kwds) { if (kwds) {
PyErr_SetString(PyExc_TypeError, PyErr_SetString(PyExc_TypeError,
"Repository takes no keyword arguments"); "Config takes no keyword arguments");
return -1; return -1;
} }