Skip to content

Commit ffb4647

Browse files
author
Matthias Koeppe
committed
src/sage/rings/polynomial/polynomial_element.pyx: Update doctest output (trac->github)
1 parent 488a8b1 commit ffb4647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ cpdef is_Polynomial(f):
155155
sage: R.<x> = ZZ[]
156156
sage: is_Polynomial(x^3 + x + 1)
157157
doctest:...: DeprecationWarning: the function is_Polynomial is deprecated; use isinstance(x, sage.structure.element.Polynomial) instead
158-
See https://trac.sagemath.org/32709 for details.
158+
See https://github.com/sagemath/sage/issues/32709 for details.
159159
True
160160
sage: S.<y> = R[]
161161
sage: f = y^3 + x*y -3*x; f

0 commit comments

Comments
 (0)