refractor: changed comment to describe current state
This commit is contained in:
parent
1a5073c2a7
commit
1a3284cb55
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user