refractor: changed comment to describe current state

This commit is contained in:
Sandro Zimmermann 2026-03-24 22:38:12 +01:00
parent 1a5073c2a7
commit 1a3284cb55

View File

@ -29,7 +29,7 @@ def to_chinese_numeral(n):
else: else:
is_negative = False is_negative = False
# return C[n] if n in C dictonary # return numerals[n] if n in numerals dictonary
if n % 100 != 0: if n % 100 != 0:
try: try:
if is_negative: if is_negative: