mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Repair apparent cut'n'pasteo in tuple() docstring.
This commit is contained in:
parent
b86677079d
commit
9577761337
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ tuple_subtype_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
|
|||
}
|
||||
|
||||
static char tuple_doc[] =
|
||||
"tuple(sequence) -> list\n\
|
||||
"tuple(sequence) -> tuple\n\
|
||||
\n\
|
||||
Return a tuple whose items are the same as those of the argument sequence.\n\
|
||||
If the argument is a tuple, the return value is the same object.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue