diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2016-04-11 22:58:17 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2016-04-11 22:58:21 +0200 |
commit | e28b5e10acc6050f016c1171c35b10354927a8b2 (patch) | |
tree | b593c5a3bafe978c228ffcedc0734bef5f90447c /stdnum/ch/uid.py | |
parent | feab9177256f77da9413a397016691fad177be79 (diff) |
Make more information links consistent
Also fix a docstring in stdnum.nl.bsn and add a pointer to
stdnum.nl.onderwijsnummer.
Diffstat (limited to 'stdnum/ch/uid.py')
-rw-r--r-- | stdnum/ch/uid.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stdnum/ch/uid.py b/stdnum/ch/uid.py index 6622f50..62800bc 100644 --- a/stdnum/ch/uid.py +++ b/stdnum/ch/uid.py @@ -27,9 +27,10 @@ protected with a simple checksum. 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.uid.admin.ch/ - https://de.wikipedia.org/wiki/Unternehmens-Identifikationsnummer +More information: + +* https://www.uid.admin.ch/ +* https://de.wikipedia.org/wiki/Unternehmens-Identifikationsnummer >>> validate('CHE-100.155.212') 'CHE100155212' |