Skip to content

Commit 4d4a0b3

Browse files
vovaviliarthurdejong
authored andcommitted
Fix small typo
Improper inflection of plurals. Closes #299
1 parent 7ee0563 commit 4d4a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdnum/isin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
'TV', 'TW', 'TZ', 'UA', 'UG', 'UM', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE',
7070
'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW']
7171

72-
# These special code are allowed for ISIN
72+
# These special codes are allowed for ISIN
7373
_country_codes = set(_iso_3116_1_country_codes + [
7474
'EU', # European Union
7575
'QS', # internally used by Euroclear France

0 commit comments

Comments
 (0)