Pattern: Use of tab after ,
Issue: -
There should be only one space after the ,
character.
Note: The →
character represents a tab.
my_tuple = 1,→2,→3
my_tuple = 1, 2, 3
Pattern: Use of tab after ,
Issue: -
There should be only one space after the ,
character.
Note: The →
character represents a tab.
my_tuple = 1,→2,→3
my_tuple = 1, 2, 3