]> granicus.if.org Git - python/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Fri, 13 Jan 2017 06:25:25 +0000 (22:25 -0800)
committerRaymond Hettinger <python@rcn.com>
Fri, 13 Jan 2017 06:25:25 +0000 (22:25 -0800)
Modules/_collectionsmodule.c

index b8b7584282ad9051ca9b148a83810f763f42d157..e8131ad6a00aa75ee77b8f0e74aa1ffe90f7bb88 100644 (file)
@@ -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)