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/dk | |
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/dk')
-rw-r--r-- | stdnum/dk/cpr.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stdnum/dk/cpr.py b/stdnum/dk/cpr.py index bdbbbb9..2566c64 100644 --- a/stdnum/dk/cpr.py +++ b/stdnum/dk/cpr.py @@ -31,9 +31,10 @@ checksum only for numbers that have a birth date before that because the numbers are also assigned to immigrants. More information: - https://en.wikipedia.org/wiki/Personal_identification_number_(Denmark) - https://da.wikipedia.org/wiki/CPR-nummer - https://cpr.dk/ + +* https://en.wikipedia.org/wiki/Personal_identification_number_(Denmark) +* https://da.wikipedia.org/wiki/CPR-nummer +* https://cpr.dk/ >>> validate('211062-5629') '2110625629' |