diff options
Diffstat (limited to 'Python/bltinmodule.c')
| -rw-r--r-- | Python/bltinmodule.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index d22dca2..f052574 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1323,7 +1323,7 @@ builtin_len(PyObject *self, PyObject *v)  PyDoc_STRVAR(len_doc,  "len(object) -> integer\n\  \n\ -Return the number of items of a sequence or mapping."); +Return the number of items of a sequence or collection.");  static PyObject *  | 
