lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.17-19-g4d4a0b3

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.17-19-g4d4a0b3



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  4d4a0b35dd8db8a4ddba469dc2cb646f1f877785 (commit)
      from  7ee0563d154fc831f292cc275ce36aa13b9ecbd6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=4d4a0b35dd8db8a4ddba469dc2cb646f1f877785

commit 4d4a0b35dd8db8a4ddba469dc2cb646f1f877785
Author: vovavili <64227274+vovavili@users.noreply.github.com>
Date:   Sat Aug 6 22:00:51 2022 +0200

    Fix small typo
    
    Improper inflection of plurals.
    
    Closes https://github.com/arthurdejong/python-stdnum/pull/299

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

-----------------------------------------------------------------------

Summary of changes:
 stdnum/isin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum