From 831c66990ab8fb3040e5b7fc74668836a1d4ef64 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 12 Nov 2019 11:34:43 +0100 Subject: Fix typos Closes https://github.com/arthurdejong/python-stdnum/pull/172 --- 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(-) 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 -- cgit v1.2.3