diff options
Diffstat (limited to 'py/modules/IcePy/Communicator.cpp')
-rw-r--r-- | py/modules/IcePy/Communicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Communicator.cpp b/py/modules/IcePy/Communicator.cpp index c0b856d91a9..e2c76c08fd6 100644 --- a/py/modules/IcePy/Communicator.cpp +++ b/py/modules/IcePy/Communicator.cpp @@ -1110,7 +1110,7 @@ static PyMethodDef CommunicatorMethods[] = { STRCAST("waitForShutdown"), (PyCFunction)communicatorWaitForShutdown, METH_VARARGS, PyDoc_STR(STRCAST("waitForShutdown() -> None")) }, { STRCAST("isShutdown"), (PyCFunction)communicatorIsShutdown, METH_NOARGS, - PyDoc_STR(STRCAST("isShutdown() -> None")) }, + PyDoc_STR(STRCAST("isShutdown() -> bool")) }, { STRCAST("stringToProxy"), (PyCFunction)communicatorStringToProxy, METH_VARARGS, PyDoc_STR(STRCAST("stringToProxy(str) -> Ice.ObjectPrx")) }, { STRCAST("proxyToString"), (PyCFunction)communicatorProxyToString, METH_VARARGS, |