[docs] functional howto documentation typo

Alexander Ilin tetpapx at bk.ru
Tue Aug 27 15:20:36 EDT 2019


Good afternoon!

I've noticed a tiny typo in the documentation 
<https://docs.python.org/3/howto/functional.html>- in a generator 
expressions module ... seems to be placed 1 line upper than necessary

for expr3 in sequence3 ...
if condition3
for exprN in sequenceN

instead of

for expr3 in sequence3
if condition3 ...
for exprN in sequenceN

Here is a screenshot

Sorry if I've misunderstood something and ellipsis should be on their 
current position

Best,
Alexander

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20190827/825fc6c4/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hoddkgfljcppkmfl.png
Type: image/png
Size: 50309 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/docs/attachments/20190827/825fc6c4/attachment-0001.png>


More information about the docs mailing list