<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Good afternoon!</p>
<p>I've noticed a tiny typo in the <a moz-do-not-send="true"
href="https://docs.python.org/3/howto/functional.html">documentation
</a>- in a generator expressions module <tt>... </tt>seems to be
placed 1 line upper than necessary</p>
<p><tt>for expr3 in sequence3 ...<br>
if condition3<br>
for exprN in sequenceN<br>
</tt></p>
<p>instead of<br>
<tt></tt></p>
<p><tt>for expr3 in sequence3<br>
if condition3 ...<br>
for exprN in sequenceN</tt></p>
<p>Here is a screenshot<br>
</p>
<p><img src="cid:part2.2CFD8B30.961AF852@bk.ru" alt=""></p>
<p>Sorry if I've misunderstood something and ellipsis should be on
their current position<br>
</p>
<p>Best,<br>
Alexander<br>
</p>
</body>
</html>