Skip to content

Commit e48fa7f

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

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
@@ -3829,7 +3829,7 @@ cdef class Integer(sage.structure.element.EuclideanDomainElement):
38293829
mpz_set_ui(x.value,3)
38303830
return x
38313831
if start <= 5 and mpz_divisible_ui_p(self.value,5):
3832-
mpz_set_ui(x.value,5)
3832+
mpz_set_ui(x.value, 5)
38333833
return x
38343834

38353835
# x.value = floor(sqrt(self.value))

0 commit comments

Comments
 (0)