mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-19 21:19:47 +00:00
Fix typo power_using_recursion.py (#11083)
This commit is contained in:
parent
c7a1331b34
commit
13e66c18d2
@ -43,7 +43,7 @@ def power(base: int, exponent: int) -> float:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from doctests import testmod
|
||||
from doctest import testmod
|
||||
|
||||
testmod()
|
||||
print("Raise base to the power of exponent using recursion...")
|
||||
|
Loading…
x
Reference in New Issue
Block a user