mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Clarify docstring for symlink.
This commit is contained in:
parent
80b3f685b4
commit
807413d3b2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue