We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b7ef commit 027f1ecCopy full SHA for 027f1ec
divide_and_conquer/power.py
@@ -29,7 +29,7 @@ def power(a: int, b: int) -> float:
29
"""
30
:param a: The base (integer).
31
:param b: The exponent (integer).
32
- :retuen: The result of a^b, as a float for negative exponents.
+ :return: The result of a^b, as a float for negative exponents.
33
34
>>> power(4,6)
35
4096
0 commit comments