Commit e83236f3 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.4

parents af7c5b0b 5edbb7b7
...@@ -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