mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
#8030: more docstring fix for builtin types.
This commit is contained in:
parent
613c7a549a
commit
fb501123e3
3 changed files with 7 additions and 7 deletions
|
|
@ -2536,7 +2536,7 @@ static PySequenceMethods list_as_sequence = {
|
|||
};
|
||||
|
||||
PyDoc_STRVAR(list_doc,
|
||||
"list() -> new list\n"
|
||||
"list() -> new empty list\n"
|
||||
"list(iterable) -> new list initialized from iterable's items");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue