Skip to content

Commit 0d3d2fc

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

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
@@ -4076,7 +4076,7 @@ cdef class Integer(sage.structure.element.EuclideanDomainElement):
40764076
ArithmeticError: support of 0 not defined
40774077
"""
40784078
if self.is_zero():
4079-
raise ArithmeticError("Support of 0 not defined")
4079+
raise ArithmeticError("support of 0 not defined")
40804080
return sage.arith.all.prime_factors(self)
40814081

40824082
def coprime_integers(self, m):

0 commit comments

Comments
 (0)