Browse Source

Fix typo

pull/2/head
Raymond Hettinger 10 years ago
parent
commit
a24dca6a90
  1. 2
      Modules/_collectionsmodule.c

2
Modules/_collectionsmodule.c

@ -2235,7 +2235,7 @@ static PyTypeObject defdict_type = {
PyDoc_STRVAR(_count_elements_doc,
"_count_elements(mapping, iterable) -> None\n\
\n\
Count elements in the iterable, updating the mappping");
Count elements in the iterable, updating the mapping");
static PyObject *
_count_elements(PyObject *self, PyObject *args)

Loading…
Cancel
Save