Fix typo.

This commit is contained in:
Ezio Melotti 2012-09-28 16:43:40 +03:00
parent 207d229933
commit 0e1af282b8

View file

@ -831,7 +831,7 @@ setiter_reduce(setiterobject *si)
if (!list)
return NULL;
/* copy the itertor state */
/* copy the iterator state */
tmp = *si;
Py_XINCREF(tmp.si_set);