Skip to content

Commit bcfd98c

Browse files
authored
Update roman_numerals.py
1 parent 99a081b commit bcfd98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conversions/roman_numerals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ def int_to_roman(number: int) -> str:
6262
break
6363
return "".join(result)
6464

65-
if __name__ == "__main__":
65+
if __name__ == "__main__":
6666
import doctest
6767
doctest.testmod()

0 commit comments

Comments
 (0)