Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit ab830ba

Browse files
committed
21518: cosmetics
1 parent 6e250f0 commit ab830ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/rings/integer.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,8 +2578,8 @@ cdef class Integer(sage.structure.element.EuclideanDomainElement):
25782578
return RealField(prec)(self).log(m)
25792579

25802580
if m is None:
2581-
from sage.functions.log import function_log
2582-
return function_log(self,dont_call_method_on_arg=True)
2581+
from sage.functions.log import function_log
2582+
return function_log(self,dont_call_method_on_arg=True)
25832583
try:
25842584
m = Integer(m)
25852585
except (ValueError, TypeError):

0 commit comments

Comments
 (0)