From 4730880d76b127c5e091b064512906f66356d1f8 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 30 Jun 2003 01:54:04 +0000 Subject: Fix typo, refer to proper argument name --- Modules/fcntlmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index bb8548d..9894c43 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -199,7 +199,7 @@ PyDoc_STRVAR(ioctl_doc, "ioctl(fd, opt[, arg[, mutate_flag]])\n\ \n\ Perform the requested operation on file descriptor fd. The operation is\n\ -defined by op and is operating system dependent. Typically these codes are\n\ +defined by opt and is operating system dependent. Typically these codes are\n\ retrieved from the fcntl or termios library modules.\n\ \n\ The argument arg is optional, and defaults to 0; it may be an int or a\n\ -- cgit v0.12