From: Andrew M. Kuchling Date: Fri, 16 Jan 2004 13:18:42 +0000 (+0000) Subject: Make parameter names in docstring more mnemonic X-Git-Tag: v2.4a1~943 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8135fd53656cac76a2bc01a4a03331a5bdc87b23;p=thirdparty%2FPython%2Fcpython.git Make parameter names in docstring more mnemonic --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 5c2f86736c2a..aa9f36ca7da6 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -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 *