Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5edbb7b

Browse files
committed
correct len signature in docstring (closes #21294)
1 parent d065c48 commit 5edbb7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/bltinmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ builtin_len(PyObject *self, PyObject *v)
13251325
}
13261326

13271327
PyDoc_STRVAR(len_doc,
1328-
"len(module, object)\n\
1328+
"len(object)\n\
13291329
\n\
13301330
Return the number of items of a sequence or mapping.");
13311331

0 commit comments

Comments
 (0)