Kaydet (Commit) 4730880d authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix typo, refer to proper argument name

üst 79b0ae12
......@@ -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\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment