mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo, refer to proper argument name
This commit is contained in:
parent
79b0ae12fd
commit
4730880d76
1 changed files with 1 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue