Skip to content

Commit 7d5afdc

Browse files
chien liusedatguzelsemme
chien liu
authored andcommitted
Fix typo power_using_recursion.py (TheAlgorithms#11083)
1 parent d2e5699 commit 7d5afdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maths/power_using_recursion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def power(base: int, exponent: int) -> float:
4343

4444

4545
if __name__ == "__main__":
46-
from doctests import testmod
46+
from doctest import testmod
4747

4848
testmod()
4949
print("Raise base to the power of exponent using recursion...")

0 commit comments

Comments
 (0)