Skip to content

Commit 4da2779

Browse files
committed
Fixing PEP8 spacing.
1 parent 2c1fd94 commit 4da2779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/specht_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def bilinear_form(self, u, v):
620620
if len(v) < len(u):
621621
u, v = v, u
622622
R = self.base_ring()
623-
return R.sum(c * v[T] for T,c in u)
623+
return R.sum(c * v[T] for T, c in u)
624624

625625
class Element(CombinatorialFreeModule.Element):
626626
def _acted_upon_(self, x, self_on_left):

0 commit comments

Comments
 (0)