From: Neal Norwitz Date: Mon, 30 Jun 2003 01:54:04 +0000 (+0000) Subject: Fix typo, refer to proper argument name X-Git-Tag: v2.3c1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4730880d76b127c5e091b064512906f66356d1f8;p=thirdparty%2FPython%2Fcpython.git Fix typo, refer to proper argument name --- diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index bb8548d2517f..9894c4307e04 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\