Skip to content

Commit 04b361a

Browse files
authored
Fixed Comment in DPOneySOlution
1 parent 0565126 commit 04b361a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPOneySolution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def word_to_number_converter():
1717
# Print the string converted in number
1818
print (w2n.word_to_num(number_to_convert))
1919
except:
20-
# Error message in case you the input is wrong
20+
# Error message in case the inpu type is wrong
2121
print('Probably you tried to give me a negative number or a wrong input,' +
2222
'you asked me to manage just natural numbers N')
2323
print('try again')

0 commit comments

Comments
 (0)