Commit c407aa1f authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Make parameter names in docstring more mnemonic

parent d0dad8ab
...@@ -4981,7 +4981,7 @@ posix_dup(PyObject *self, PyObject *args) ...@@ -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 *
......
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