Commit 5edbb7b7 authored by Benjamin Peterson's avatar Benjamin Peterson

correct len signature in docstring (closes #21294)

parent d065c489
...@@ -1325,7 +1325,7 @@ builtin_len(PyObject *self, PyObject *v) ...@@ -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.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment