mirror of
https://github.com/python/cpython.git
synced 2026-05-29 07:35:02 -04:00
8b13b3ede2
Replaced 3 instances of "iter() of non-sequence" with "iteration over non-sequence". Restored "unpack non-sequence" for stuff like "a, b = 1".