mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo
This commit is contained in:
parent
f810d041dc
commit
a24dca6a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue