diff options
Diffstat (limited to 'Mac/Modules/icgluemodule.c')
| -rw-r--r-- | Mac/Modules/icgluemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/icgluemodule.c b/Mac/Modules/icgluemodule.c index d995f16..70ca1e3 100644 --- a/Mac/Modules/icgluemodule.c +++ b/Mac/Modules/icgluemodule.c @@ -454,7 +454,7 @@ initicglue(void) { PyObject *m, *d; - if (PyErr_WarnPy3k("In 3.x, icglue is removed.", 1)) + if (PyErr_WarnPy3k("In 3.x, the icglue module is removed.", 1)) return; /* Create the module and add the functions */ |
