diff options
Diffstat (limited to 'stdnum')
-rw-r--r-- | stdnum/ar/cbu.py | 8 | ||||
-rw-r--r-- | stdnum/at/uid.py | 2 | ||||
-rw-r--r-- | stdnum/iban.py | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/stdnum/ar/cbu.py b/stdnum/ar/cbu.py index 31fe5d8..7339eba 100644 --- a/stdnum/ar/cbu.py +++ b/stdnum/ar/cbu.py @@ -20,10 +20,10 @@ """CBU (Clave Bancaria Uniforme, Argentine bank account number). -CBU it s a code of the Banks of Argentina to identify customer -accounts. The number consists of 22 digits and consists of a 3 digit -bank identiefyer, followed by a 4 digit branch identifyer, a check -digit, a 13 digit account identifyer and another check digit. +CBU it s a code of the Banks of Argentina to identify customer accounts. The +number consists of 22 digits and consists of a 3 digit bank identifier, +followed by a 4 digit branch identifier, a check digit, a 13 digit account +identifier and another check digit. More information: diff --git a/stdnum/at/uid.py b/stdnum/at/uid.py index e11aa76..a3b103a 100644 --- a/stdnum/at/uid.py +++ b/stdnum/at/uid.py @@ -1,4 +1,4 @@ -# vat.py - functions for handling Austrian VAT numbers +# uid.py - functions for handling Austrian VAT numbers # # Copyright (C) 2012, 2013 Arthur de Jong # diff --git a/stdnum/iban.py b/stdnum/iban.py index bdd0799..ccc5626 100644 --- a/stdnum/iban.py +++ b/stdnum/iban.py @@ -76,7 +76,7 @@ def calc_check_digits(number): def _struct_to_re(structure): - """Convert an IBAN structure to a refular expression that can be used + """Convert an IBAN structure to a regular expression that can be used to validate the number.""" def conv(match): chars = { |