Skip to content

Commit a5150a9

Browse files
authored
Update Credit_Card_Validator.py
couple small typos in string outputs.
1 parent 86d564d commit a5150a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Credit_Card_Validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def first_check(self):
3232
message = "First check : Valid in terms of length."
3333

3434
else:
35-
message = "First chek : Check Card number once again it must be of 13 or 16 digit long."
35+
message = "First check : Check Card number once again it must be of 13 or 16 digits long."
3636
return message
3737

3838
def validate(self):

0 commit comments

Comments
 (0)