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 5c65963 commit 813a84fCopy full SHA for 813a84f
src/sage/rings/ring.pyx
@@ -957,7 +957,7 @@ cdef class IntegralDomain(CommutativeRing):
957
_default_category = IntegralDomains()
958
959
def __init__(self, *args, **kwds):
960
- deprecation(37234, "use the category IntegralDomains")
+ deprecation(39227, "use the category IntegralDomains")
961
super().__init__(*args, **kwds)
962
963
0 commit comments