Skip to content

Commit a1e2e6c

Browse files
authored
Fix example in Doc/howto/functional.rst (#133978)
1 parent 4ce9187 commit a1e2e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/functional.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ have the form::
372372
for expr2 in sequence2
373373
if condition2
374374
for expr3 in sequence3
375-
...
376375
if condition3
376+
...
377377
for exprN in sequenceN
378378
if conditionN )
379379

0 commit comments

Comments
 (0)