We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa01114 commit b6ca263Copy full SHA for b6ca263
conversions/decimal_to_binary.py
@@ -4,7 +4,7 @@
4
def decimal_to_binary(num: int) -> str:
5
6
"""
7
- Convert a Integer Decimal Number to a Binary Number as str.
+ Convert an Integer Decimal Number to a Binary Number as str.
8
>>> decimal_to_binary(0)
9
'0b0'
10
>>> decimal_to_binary(2)
0 commit comments