We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4c107 commit c3ca120Copy full SHA for c3ca120
src/sage/rings/polynomial/polynomial_element.pyx
@@ -150,7 +150,7 @@ cpdef is_Polynomial(f):
150
sage: R.<x> = ZZ[]
151
sage: is_Polynomial(x^3 + x + 1)
152
doctest:...: DeprecationWarning: the function is_Polynomial is deprecated;
153
- use isinstance(x, sage.structure.element.Polynomial) instead
+ use isinstance(x, sage.rings.polynomial.polynomial_element.Polynomial) instead
154
See https://github.com/sagemath/sage/issues/32709 for details.
155
True
156
sage: S.<y> = R[]
0 commit comments