diff --git a/hurricane/src/isobar/PyCell.cpp b/hurricane/src/isobar/PyCell.cpp index efda9ffe..b5edf3ff 100644 --- a/hurricane/src/isobar/PyCell.cpp +++ b/hurricane/src/isobar/PyCell.cpp @@ -249,7 +249,7 @@ extern "C" { METHOD_HEAD("Cell.getComponentsUnder()") PyBox* pyBox; - if (!PyArg_ParseTuple(args,"O!:Cell.getInstancesUnder", &PyTypeBox, &pyBox)) { + if (!PyArg_ParseTuple(args,"O!:Cell.getComponentsUnder", &PyTypeBox, &pyBox)) { return NULL; } PyComponentCollection* pyComponentCollection = NULL;