Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f810d04 commit a24dca6Copy full SHA for a24dca6
1 file changed
Modules/_collectionsmodule.c
@@ -2235,7 +2235,7 @@ static PyTypeObject defdict_type = {
2235
PyDoc_STRVAR(_count_elements_doc,
2236
"_count_elements(mapping, iterable) -> None\n\
2237
\n\
2238
-Count elements in the iterable, updating the mappping");
+Count elements in the iterable, updating the mapping");
2239
2240
static PyObject *
2241
_count_elements(PyObject *self, PyObject *args)
0 commit comments