Skip to content

Commit

Permalink
Fixed typo on Quebec iin
Browse files Browse the repository at this point in the history
Typo has been reported back to the AAMVA and corrected on the source page.
  • Loading branch information
benhovinga committed Jan 21, 2024
1 parent ccd5c63 commit 630a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aamva_standard/issuing_authority.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class IssuingAuthority:
# https://www.aamva.org/identity/issuer-identification-numbers-(iin)
IssuingAuthority(604426, "Prince Edward Island", "PE", "Canada"),
IssuingAuthority(604427, "American Samoa", "AS", "USA"),
IssuingAuthority(604428, "Quebec", "GC", "Canada"),
IssuingAuthority(604428, "Quebec", "QC", "Canada"),
IssuingAuthority(604429, "Yukon", "YT", "Canada"),
IssuingAuthority(604430, "Norther Marianna Islands", "MP", "USA"),
IssuingAuthority(604431, "Puerto Rico", "PR", "USA"),
Expand Down

0 comments on commit 630a768

Please sign in to comment.