Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/lu
diff options
context:
space:
mode:
Diffstat (limited to 'stdnum/lu')
-rw-r--r--stdnum/lu/tva.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdnum/lu/tva.py b/stdnum/lu/tva.py
index 7d8e76c..5dc3c64 100644
--- a/stdnum/lu/tva.py
+++ b/stdnum/lu/tva.py
@@ -18,10 +18,11 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-"""Module for handling Luxembourgian No. TVA (Numéro d'identification à la
-taxe sur la valeur ajoutée, VAT) numbers.
+"""TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number).
-The number consists of 8 digits of which the last two are check digits.
+The n° TVA (Numéro d'identification à la taxe sur la valeur ajoutée) is
+used for tax purposes in Luxembourg. The number consists of 8 digits of
+which the last two are check digits.
>>> compact('LU 150 274 42')
'15027442'