From 4d4a0b35dd8db8a4ddba469dc2cb646f1f877785 Mon Sep 17 00:00:00 2001 From: vovavili <64227274+vovavili@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:00:51 +0200 Subject: Fix small typo Improper inflection of plurals. Closes https://github.com/arthurdejong/python-stdnum/pull/299 --- stdnum/isin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdnum/isin.py b/stdnum/isin.py index 9463ec5..e1bbfca 100644 --- a/stdnum/isin.py +++ b/stdnum/isin.py @@ -69,7 +69,7 @@ _iso_3116_1_country_codes = [ 'TV', 'TW', 'TZ', 'UA', 'UG', 'UM', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW'] -# These special code are allowed for ISIN +# These special codes are allowed for ISIN _country_codes = set(_iso_3116_1_country_codes + [ 'EU', # European Union 'QS', # internally used by Euroclear France -- cgit v1.2.3