Skip to content

Commit d3e4c70

Browse files
fchapotonMatthias Köppe
andauthored
Update src/sage/rings/integer.pyx
Co-authored-by: Matthias Köppe <[email protected]>
1 parent 4d5efc6 commit d3e4c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/integer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4073,7 +4073,7 @@ cdef class Integer(sage.structure.element.EuclideanDomainElement):
40734073
sage: 0.support()
40744074
Traceback (most recent call last):
40754075
...
4076-
ArithmeticError: Support of 0 not defined
4076+
ArithmeticError: support of 0 not defined
40774077
"""
40784078
if self.is_zero():
40794079
raise ArithmeticError("Support of 0 not defined")

0 commit comments

Comments
 (0)