Skip to content

Commit 813a84f

Browse files
committed
fix the deprecation number
1 parent 5c65963 commit 813a84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/ring.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ cdef class IntegralDomain(CommutativeRing):
957957
_default_category = IntegralDomains()
958958

959959
def __init__(self, *args, **kwds):
960-
deprecation(37234, "use the category IntegralDomains")
960+
deprecation(39227, "use the category IntegralDomains")
961961
super().__init__(*args, **kwds)
962962

963963

0 commit comments

Comments
 (0)