Fix example in Doc/howto/functional.rst (#133978)
This commit is contained in:
@@ -372,8 +372,8 @@ have the form::
|
|||||||
for expr2 in sequence2
|
for expr2 in sequence2
|
||||||
if condition2
|
if condition2
|
||||||
for expr3 in sequence3
|
for expr3 in sequence3
|
||||||
...
|
|
||||||
if condition3
|
if condition3
|
||||||
|
...
|
||||||
for exprN in sequenceN
|
for exprN in sequenceN
|
||||||
if conditionN )
|
if conditionN )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user