mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix example in Doc/howto/functional.rst (#133978)
This commit is contained in:
parent
4ce91871a9
commit
a1e2e6ca91
1 changed files with 1 additions and 1 deletions
|
@ -372,8 +372,8 @@ have the form::
|
|||
for expr2 in sequence2
|
||||
if condition2
|
||||
for expr3 in sequence3
|
||||
...
|
||||
if condition3
|
||||
...
|
||||
for exprN in sequenceN
|
||||
if conditionN )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue