mirror of https://github.com/python/cpython
Make parameter names in docstring more mnemonic
This commit is contained in:
parent
4977ff0cf5
commit
8135fd5365
|
@ -4981,7 +4981,7 @@ posix_dup(PyObject *self, PyObject *args)
|
||||||
|
|
||||||
|
|
||||||
PyDoc_STRVAR(posix_dup2__doc__,
|
PyDoc_STRVAR(posix_dup2__doc__,
|
||||||
"dup2(fd, fd2)\n\n\
|
"dup2(old_fd, new_fd)\n\n\
|
||||||
Duplicate file descriptor.");
|
Duplicate file descriptor.");
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
|
|
Loading…
Reference in New Issue