]> granicus.if.org Git - python/commitdiff
Fix typo, refer to proper argument name
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 01:54:04 +0000 (01:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 01:54:04 +0000 (01:54 +0000)
Modules/fcntlmodule.c

index bb8548d2517f3b9ef7c8a45f67a644fafe0821f7..9894c4307e04eb3b8459aeaeb025c073420e7e1e 100644 (file)
@@ -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\