From 171a91b9a49488f2f978faa7637acb774cf5c23c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 23 Nov 2015 00:21:12 +0100 Subject: [PATCH] Wording --- src/python/libSystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/libSystem.c b/src/python/libSystem.c index f7f53c2..d3747ca 100644 --- a/src/python/libSystem.c +++ b/src/python/libSystem.c @@ -84,7 +84,7 @@ static PyMethodDef _libsystem_methods[] = { "error_get", _libsystem_error_get, METH_VARARGS, "Get the last error." }, { "error_get_code", _libsystem_error_get_code, METH_VARARGS, - "Get the last error code." }, + "Get the code for the last error." }, { "error_print", _libsystem_error_print, METH_VARARGS, "Print the last error message." }, { "event_new", _libsystem_event_new, METH_VARARGS,