Kaydet (Commit) a24dca6a authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo

üst f810d041
...@@ -2235,7 +2235,7 @@ static PyTypeObject defdict_type = { ...@@ -2235,7 +2235,7 @@ static PyTypeObject defdict_type = {
PyDoc_STRVAR(_count_elements_doc, PyDoc_STRVAR(_count_elements_doc,
"_count_elements(mapping, iterable) -> None\n\ "_count_elements(mapping, iterable) -> None\n\
\n\ \n\
Count elements in the iterable, updating the mappping"); Count elements in the iterable, updating the mapping");
static PyObject * static PyObject *
_count_elements(PyObject *self, PyObject *args) _count_elements(PyObject *self, PyObject *args)
......
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