Skip to content

Commit b49f54d

Browse files
docs(mir): update example valid mir card
1 parent 770ee47 commit b49f54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validators/card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def mir(value: str, /):
199199
"""Return whether or not given value is a valid Mir card number.
200200
201201
Examples:
202-
>>> mir('2200123456789012')
202+
>>> mir('2200123456789019')
203203
# Output: True
204204
>>> mir('4242424242424242')
205205
# Output: ValidationError(func=mir, args={'value': '4242424242424242'})

0 commit comments

Comments
 (0)