Skip to content

Commit

Permalink
Fix typo (thanks Александр Кизеев)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdejong committed Nov 12, 2023
1 parent 352bbcb commit 1a5db1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdnum/de/vat.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"""Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number).
The number is 10 digits long and uses the ISO 7064 Mod 11, 10 check digit
The number is 9 digits long and uses the ISO 7064 Mod 11, 10 check digit
algorithm.
>>> compact('DE 136,695 976')
Expand Down

0 comments on commit 1a5db1f

Please sign in to comment.