Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ch/vat.py
diff options
context:
space:
mode:
Diffstat (limited to 'stdnum/ch/vat.py')
-rw-r--r--stdnum/ch/vat.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdnum/ch/vat.py b/stdnum/ch/vat.py
index a61c49e..6e32ea7 100644
--- a/stdnum/ch/vat.py
+++ b/stdnum/ch/vat.py
@@ -28,9 +28,10 @@ ajoutée in French), "IVA" (Imposta sul valore aggiunto in Italian) or "TPV"
This module only supports the "new" format that was introduced in 2011 which
completely replaced the "old" 6-digit format in 2014.
-More information is available at:
- https://www.ch.ch/en/value-added-tax-number-und-business-identification-number/
- https://www.uid.admin.ch/
+More information:
+
+* https://www.ch.ch/en/value-added-tax-number-und-business-identification-number/
+* https://www.uid.admin.ch/
>>> validate('CHE-107.787.577 IVA')
'CHE107787577IVA'