python-stdnum branch master updated. 1.12-3-g831c669
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.12-3-g831c669
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.12-3-g831c669
- Date: Tue, 12 Nov 2019 21:05:16 +0100 (CET)
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 831c66990ab8fb3040e5b7fc74668836a1d4ef64 (commit)
from 388bac9d3df5e40d7d7f8bb112f114d05f10b7b5 (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=831c66990ab8fb3040e5b7fc74668836a1d4ef64
commit 831c66990ab8fb3040e5b7fc74668836a1d4ef64
Author: Jakub Wilk <jwilk@jwilk.net>
Date: Tue Nov 12 11:34:43 2019 +0100
Fix typos
Closes https://github.com/arthurdejong/python-stdnum/pull/172
diff --git a/NEWS b/NEWS
index 343c562..c25b326 100644
--- a/NEWS
+++ b/NEWS
@@ -249,7 +249,7 @@ changes from 1.1 to 1.2
* Add modules for the following number formats:
- Austrian Company Register Numbers
- - CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company identifier)
+ - CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazilian company identifier)
- UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
- VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
- CUSIP number (financial security identification number)
@@ -448,7 +448,7 @@ changes from 0.3 to 0.4
* Add modules for the following number formats:
- - CPF (Cadastro de Pessoas Físicas, the Brazillian national identification
+ - CPF (Cadastro de Pessoas Físicas, the Brazilian national identification
number)
- IBAN (International Bank Account Number)
- ISIL (International Standard Identifier for Libraries and Related
diff --git a/README b/README
index 4663e2d..d43693c 100644
--- a/README
+++ b/README
@@ -35,8 +35,8 @@ Currently this package supports the following formats:
* VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
* BIC (ISO 9362 Business identifier codes)
* Bitcoin address
- * CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company identifier)
- * CPF (Cadastro de Pessoas Físicas, Brazillian national identifier)
+ * CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazilian company identifier)
+ * CPF (Cadastro de Pessoas Físicas, Brazilian national identifier)
* BN (Canadian Business Number)
* SIN (Canadian Social Insurance Number)
* CAS RN (Chemical Abstracts Service Registry Number)
diff --git a/stdnum/br/__init__.py b/stdnum/br/__init__.py
index e839f01..4b9e647 100644
--- a/stdnum/br/__init__.py
+++ b/stdnum/br/__init__.py
@@ -1,4 +1,4 @@
-# __init__.py - collection of Brazillian numbers
+# __init__.py - collection of Brazilian numbers
# coding: utf-8
#
# Copyright (C) 2012 Arthur de Jong
@@ -18,4 +18,4 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""Collection of Brazillian numbers."""
+"""Collection of Brazilian numbers."""
diff --git a/stdnum/br/cnpj.py b/stdnum/br/cnpj.py
index a9ad9b5..e2fbcdb 100644
--- a/stdnum/br/cnpj.py
+++ b/stdnum/br/cnpj.py
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company identifier).
+"""CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazilian company identifier).
Numbers from the national register of legal entities have 14 digits. The
first 8 digits identify the company, the following 4 digits identify a
diff --git a/stdnum/br/cpf.py b/stdnum/br/cpf.py
index 8e4cd5f..d0e5dbb 100644
--- a/stdnum/br/cpf.py
+++ b/stdnum/br/cpf.py
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""CPF (Cadastro de Pessoas Físicas, Brazillian national identifier).
+"""CPF (Cadastro de Pessoas Físicas, Brazilian national identifier).
The Cadastro de Pessoas Físicas is the Brazilian identification number
assigned to individuals for tax purposes. The number consists of 11 digits
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
README | 4 ++--
stdnum/br/__init__.py | 4 ++--
stdnum/br/cnpj.py | 2 +-
stdnum/br/cpf.py | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.12-3-g831c669,
Commits of the python-stdnum project