Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a24dca6

Browse files
committed
Fix typo
1 parent f810d04 commit a24dca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_collectionsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ static PyTypeObject defdict_type = {
22352235
PyDoc_STRVAR(_count_elements_doc,
22362236
"_count_elements(mapping, iterable) -> None\n\
22372237
\n\
2238-
Count elements in the iterable, updating the mappping");
2238+
Count elements in the iterable, updating the mapping");
22392239

22402240
static PyObject *
22412241
_count_elements(PyObject *self, PyObject *args)

0 commit comments

Comments
 (0)