Fixed small typo... This is [#8138] Tiny typo

Kent
This commit is contained in:
2008-01-23 15:51:25 +00:00
parent 14d79c5ce7
commit 0adafe923a

View File

@@ -392,7 +392,7 @@ PyObject *BPy_IDGroup_Pop(BPy_IDProperty *self, PyObject *value)
if (!name) {
return EXPP_ReturnPyObjError( PyExc_TypeError,
"pop expected at least 1 arguments, got 0" );
"pop expected at least 1 argument, got 0" );
}
for (loop=self->prop->data.group.first; loop; loop=loop->next) {