Commit 807413d3 authored by Brett Cannon's avatar Brett Cannon

Clarify docstring for symlink.

parent 80b3f685
......@@ -4641,7 +4641,7 @@ posix_readlink(PyObject *self, PyObject *args)
#ifdef HAVE_SYMLINK
PyDoc_STRVAR(posix_symlink__doc__,
"symlink(src, dst)\n\n\
Create a symbolic link.");
Create a symbolic link pointing to src named dst.");
static PyObject *
posix_symlink(PyObject *self, PyObject *args)
......
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