Skip to content

Commit 3453dea

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

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
@@ -2870,7 +2870,7 @@ cdef class Integer(sage.structure.element.EuclideanDomainElement):
28702870
return elog
28712871

28722872
from sage.functions.log import function_log
2873-
return function_log(self,dont_call_method_on_arg=True)/\
2873+
return function_log(self, dont_call_method_on_arg=True)/\
28742874
function_log(m, dont_call_method_on_arg=True)
28752875

28762876
def exp(self, prec=None):

0 commit comments

Comments
 (0)