Hacker News new | ask | show | jobs
by zenbot 4492 days ago
This is incorrect. “The preferred place to break around a binary operator is after the operator, not before it.”
1 comments

You're right. It must've been another Python style guide I somehow remembered that from.

From what I can tell this is kind of a point of contention among many developers; there are lots of debates when Googling that particular line.