From 97bb8ad3949262d8d1a703ad8d2e514c1c85b433 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 28 Jul 2005 05:57:19 +0000 Subject: Fix a typo. (found by Jong-uk Kim) --- Modules/fcntlmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index eb5189e..624019d 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -173,7 +173,7 @@ fcntl_ioctl(PyObject *self, PyObject *args) arg = 0; if (!PyArg_ParseTuple(args, "O&I|i;ioctl requires a file or file descriptor," - " an integer and optionally a integer or buffer argument", + " an integer and optionally an integer or buffer argument", conv_descriptor, &fd, &code, &arg)) { return NULL; } -- cgit v0.12