Pattern: Use of multiple spaces after ,
Issue: -
There should be only one space after the ,
character.
In this example there are two spaces after the comma
my_tuple = 1, 2
my_tuple = 1, 2
Pattern: Use of multiple spaces after ,
Issue: -
There should be only one space after the ,
character.
In this example there are two spaces after the comma
my_tuple = 1, 2
my_tuple = 1, 2