correct len signature in docstring (closes #21294)
This commit is contained in:
parent
d065c48991
commit
5edbb7b7a4
|
@ -1325,7 +1325,7 @@ builtin_len(PyObject *self, PyObject *v)
|
||||||
}
|
}
|
||||||
|
|
||||||
PyDoc_STRVAR(len_doc,
|
PyDoc_STRVAR(len_doc,
|
||||||
"len(module, object)\n\
|
"len(object)\n\
|
||||||
\n\
|
\n\
|
||||||
Return the number of items of a sequence or mapping.");
|
Return the number of items of a sequence or mapping.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue