Make parameter names in docstring more mnemonic

This commit is contained in:
Andrew M. Kuchling 2004-01-16 13:18:42 +00:00
parent 4977ff0cf5
commit 8135fd5365
1 changed files with 1 additions and 1 deletions

View File

@ -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 *