Commit 8135fd53 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Make parameter names in docstring more mnemonic

parent 4977ff0c
......@@ -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 *
......
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