Pattern: Over-indented continuation line for visual indent
Issue: -
A continuation line is indented farther than it should be for a visual indent.
In this example, the string "World"
is indented two spaces farther than it should be.
print("Python", ("Hello",
"World"))
print("Python", ("Hello",
"World"))