Typo deicmal -> decimal (#11169)

This commit is contained in:
Rahid Zeynalov
2023-11-25 15:25:46 +04:00
committed by GitHub
parent b8e7a4c76c
commit 5898b9603b

View File

@ -1,7 +1,7 @@
def is_even(number: int) -> bool:
"""
return true if the input integer is even
Explanation: Lets take a look at the following deicmal to binary conversions
Explanation: Lets take a look at the following decimal to binary conversions
2 => 10
14 => 1110
100 => 1100100