Skip to content

Commit cf3cbab

Browse files
committed
Review edits of iterators_generators.rst
1 parent 678f8dc commit cf3cbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/iterators_generators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ This function is added to the cIterator module thus:
547547
548548
static PyMethodDef cIterator_methods[] = {
549549
{"iterate_and_print", (PyCFunction) iterate_and_print, METH_VARARGS,
550-
"Iteratee through the argument printing the values."},
550+
"Iterate through the argument printing the values."},
551551
{NULL, NULL, 0, NULL} /* Sentinel */
552552
};
553553

0 commit comments

Comments
 (0)