<div dir="ltr">> Where in PEP 8 does it violate its own advice<br><div><br>As the OP did not reply this fast, from the webpage (/dev/peps/pep-0008)<br><br></div><div>section indentation, just after 'Acceptable options in this situation include, but are not limited to:
' <br><br># Add some extra indentation on the conditional continuation line.<br>if (this_is_one_thing<br>        and that_is_another_thing):<br>    do_something()<br><br></div><div>That is the only place I could find just now.<br></div><div><br></div></div>