mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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…
Reference in New Issue
Block a user