Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8135fd5

Browse files
committed
Make parameter names in docstring more mnemonic
1 parent 4977ff0 commit 8135fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4981,7 +4981,7 @@ posix_dup(PyObject *self, PyObject *args)
49814981

49824982

49834983
PyDoc_STRVAR(posix_dup2__doc__,
4984-
"dup2(fd, fd2)\n\n\
4984+
"dup2(old_fd, new_fd)\n\n\
49854985
Duplicate file descriptor.");
49864986

49874987
static PyObject *

0 commit comments

Comments
 (0)