Skip to content

Commit 8955ceb

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

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

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

28762876
def exp(self, prec=None):
28772877
r"""

0 commit comments

Comments
 (0)