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 --- stdnum/br/__init__.py | 4 ++-- stdnum/br/cnpj.py | 2 +- stdnum/br/cpf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'stdnum') 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