diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-11-12 11:34:43 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2019-11-12 20:29:29 +0100 |
commit | 831c66990ab8fb3040e5b7fc74668836a1d4ef64 (patch) | |
tree | 29498057f3ae0b53f5518c23c7cee5b802ed03db /stdnum | |
parent | 388bac9d3df5e40d7d7f8bb112f114d05f10b7b5 (diff) |
Fix typos
Closes https://github.com/arthurdejong/python-stdnum/pull/172
Diffstat (limited to 'stdnum')
-rw-r--r-- | stdnum/br/__init__.py | 4 | ||||
-rw-r--r-- | stdnum/br/cnpj.py | 2 | ||||
-rw-r--r-- | stdnum/br/cpf.py | 2 |
3 files changed, 4 insertions, 4 deletions
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 |