Skip to content

Commit

Permalink
Make the gcd look nice in xgcd
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim authored Apr 11, 2024
1 parent da3d9de commit f87b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/laurent_polynomial.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ cdef class LaurentPolynomial_univariate(LaurentPolynomial):
@coerce_binop
def xgcd(self, other):
r"""
Extended `gcd` for univariate Laurent polynomial rings over a field.
Extended :meth:`gcd` for univariate Laurent polynomial rings over a field.
OUTPUT:
Expand Down

0 comments on commit f87b6fd

Please sign in to comment.