diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-19 10:55:11 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-19 10:55:11 +0100 |
commit | 61af19d29a0f401b209c9536f191600ad59107b3 (patch) | |
tree | feeecf10c6caf165ee55d06a5c970269d4566a3c /stdnum/__init__.py | |
parent | eeb5c61bd74c7a20f817d9b5551135e69085f4f6 (diff) |
make number description consistent
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@154 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/__init__.py')
-rw-r--r-- | stdnum/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py index 14c7252..c1b0570 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -33,7 +33,7 @@ Currently this package supports the following formats: * BTW (the Dutch VAT number) * CPF (Cadastro de Pessoas Físicas, the Brazillian national identification number) - * RČ (Rodné číslo, the Slovak and Czech birth numbers) + * RČ (Rodné číslo, the Slovak and Czech birth number) * SIREN (Système d'Identification du Répertoire des Entreprises, a French company identification number) * SSN (U.S. Social Security Number) @@ -73,7 +73,7 @@ Currently this package supports the following formats: * ID za DDV (Davčna številka, Slovenian VAT number) * VAT (Moms, Mervärdesskatt, Swedish VAT number) * VAT (United Kingdom (and Isle of Man) VAT registration number) - * VAT (Идентификационен номер по ДДС, Bulgarian VAT numbers) + * VAT (Идентификационен номер по ДДС, Bulgarian VAT number) * IMEI (International Mobile Equipment Identity) * IMSI (International Mobile Subscriber Identity) * MEID (Mobile Equipment Identifier) |