Correct a typo that breaks test_distutils

This commit is contained in:
Amaury Forgeot d'Arc 2008-07-02 23:22:30 +00:00
parent 612f61f0f0
commit 4b02c5a854
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Xxo_getattro(XxoObject *self, PyObject *name)
return v;
}
}
return PyObject_GenericGetattr((PyObject *)self, name);
return PyObject_GenericGetAttr((PyObject *)self, name);
}
static int