Skip to content

Commit e6412ac

Browse files
authored
PEP 201: Resolve dangling hyphens (#3342)
1 parent e906b6a commit e6412ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0201.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Lockstep For-Loops
4646
Lockstep for-loops are non-nested iterations over two or more
4747
sequences, such that at each pass through the loop, one element from
4848
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::
49+
already be accomplished in Python through the use of the map() built-in
50+
function::
5151

5252
>>> a = (1, 2, 3)
5353
>>> b = (4, 5, 6)

0 commit comments

Comments
 (0)