]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify docstring for symlink.
authorBrett Cannon <bcannon@gmail.com>
Wed, 11 Jun 2003 00:20:02 +0000 (00:20 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 11 Jun 2003 00:20:02 +0000 (00:20 +0000)
Modules/posixmodule.c

index a070ea6be7ec56d70c5beae04e8e4975c5f9d26d..9912a71c5cd5c5c3fdb8b3677a9df23d85a49cf2 100644 (file)
@@ -3416,7 +3416,7 @@ posix_readlink(PyObject *self, PyObject *args)
 #ifdef HAVE_SYMLINK
 static char posix_symlink__doc__[] =
 "symlink(src, dst) -> None\n\
-Create a symbolic link.";
+Create a symbolic link pointing to src named dst.";
 
 static PyObject *
 posix_symlink(PyObject *self, PyObject *args)