mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Make parameter names in docstring more mnemonic
This commit is contained in:
parent
4977ff0cf5
commit
8135fd5365
1 changed files with 1 additions and 1 deletions
|
@ -4981,7 +4981,7 @@ posix_dup(PyObject *self, PyObject *args)
|
|||
|
||||
|
||||
PyDoc_STRVAR(posix_dup2__doc__,
|
||||
"dup2(fd, fd2)\n\n\
|
||||
"dup2(old_fd, new_fd)\n\n\
|
||||
Duplicate file descriptor.");
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue