<div>Hello, dear documentation maintainers!</div><div><br></div>Present in     : all versions of the documentation (2.6.8 - 3.4.0)<br>Example URL: <a href="http://docs.python.org/3.4/library/itertools.html#itertools.combinations">http://docs.python.org/3.4/library/itertools.html#itertools.combinations</a><div>
Description    : The `else: return` part is incorrectly indented on the same level as `for`, thus appearing to be part of the `while` loop.<br><br><div><font face="courier new, monospace">while True:<br>        for i in reversed(range(r)):<br>
            if indices[i] != i + n - r:<br>                break<br>        else:<br>            return</font><br><br>Thank you for giving me so, so much to read! I hope I didn't misunderstand the code - forgive me if I did.</div>
<div><div><div>--<br>Best Regards,<br>Vladislav Zorov</div></div></div></div>