lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.17-36-geff3f52

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

python-stdnum branch master updated. 1.17-36-geff3f52



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  eff3f526e3c6d19bed1ab3e17910667ae31d64cc (commit)
      from  31709fc03134515c306cdf028ff2f3fe0bc3e6b2 (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=eff3f526e3c6d19bed1ab3e17910667ae31d64cc

commit eff3f526e3c6d19bed1ab3e17910667ae31d64cc
Author: Dimitri Papadopoulos 
<3234522+DimitriPapadopoulos@users.noreply.github.com>
Date:   Fri Sep 23 06:44:05 2022 +0200

    Fix a couple typos found by codespell
    
    Closes https://github.com/arthurdejong/python-stdnum/pull/333

diff --git a/stdnum/cn/ric.py b/stdnum/cn/ric.py
index 4b18cee..df70c06 100644
--- a/stdnum/cn/ric.py
+++ b/stdnum/cn/ric.py
@@ -22,7 +22,7 @@
 The RIC No. is the unique identifier for issued to China (PRC) residents.
 
 The number consist of 18 digits in four sections. The first 6 digits refers to
-the resident's location, followed by 8 digits represeting the resident's birth
+the resident's location, followed by 8 digits representing the resident's birth
 day in the form YYYY-MM-DD. The next 3 digits is the order code which is the
 code used to disambiguate people with the same date of birth and address code.
 Men are assigned to odd numbers, women assigned to even numbers. The final
diff --git a/stdnum/ma/ice.py b/stdnum/ma/ice.py
index 8beb585..10d4023 100644
--- a/stdnum/ma/ice.py
+++ b/stdnum/ma/ice.py
@@ -29,7 +29,7 @@ identifiers, which remain mandatory.
 
 The ICE is intended to ease communication among Moroccan administration
 branches, therefore simplifying procedures, increasing reliability and speed,
-and thefore reducing costs.
+and therefore reducing costs.
 
 The ICE applies to legal entities and their branches, as well as to natural
 persons.

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

Summary of changes:
 stdnum/cn/ric.py | 2 +-
 stdnum/ma/ice.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
python-stdnum