mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
further hint to where the open docs really are
This commit is contained in:
parent
80319a3a53
commit
dd0388a1c2
1 changed files with 1 additions and 1 deletions
|
@ -1485,7 +1485,7 @@ PyDoc_STRVAR(open_doc,
|
|||
"open(name[, mode[, buffering]]) -> file object\n\
|
||||
\n\
|
||||
Open a file using the file() type, returns a file object. This is the\n\
|
||||
preferred way to open a file.");
|
||||
preferred way to open a file. See file.__doc__ for further information.");
|
||||
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue