Skip to content

Commit 56c0322

Browse files
committed
fix typo
1 parent d332d95 commit 56c0322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/groups/braid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,7 @@ def _links_gould_representation(self, symbolics=False):
28612861
LR = LaurentPolynomialRing(ZZ, 's0r, s1r')
28622862
s0r, s1r = LR.gens()
28632863
PR = PolynomialRing(LR, 'Yr')
2864-
Yr = PR.gens()
2864+
Yr = PR.gen()
28652865
pqr = Yr**2 + (s0r**2 - 1) * (s1r**2 - 1)
28662866
BR = PR.quotient_ring(pqr)
28672867
s0 = BR(s0r)

0 commit comments

Comments
 (0)