We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e906b6a commit e6412acCopy full SHA for e6412ac
pep-0201.txt
@@ -46,8 +46,8 @@ Lockstep For-Loops
46
Lockstep for-loops are non-nested iterations over two or more
47
sequences, such that at each pass through the loop, one element from
48
each sequence is taken to compose the target. This behavior can
49
-already be accomplished in Python through the use of the map() built-
50
-in function::
+already be accomplished in Python through the use of the map() built-in
+function::
51
52
>>> a = (1, 2, 3)
53
>>> b = (4, 5, 6)
0 commit comments