From e28b5e10acc6050f016c1171c35b10354927a8b2 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 11 Apr 2016 22:58:17 +0200 Subject: Make more information links consistent Also fix a docstring in stdnum.nl.bsn and add a pointer to stdnum.nl.onderwijsnummer. --- stdnum/imei.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdnum/imei.py') diff --git a/stdnum/imei.py b/stdnum/imei.py index 8c0c1a0..f030071 100644 --- a/stdnum/imei.py +++ b/stdnum/imei.py @@ -25,7 +25,8 @@ check digit is included) or 16 digits (IMEISV) long. The check digit is validated using the Luhn algorithm. More information: - https://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity + +* https://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity >>> validate('35686800-004141-20') '3568680000414120' -- cgit v1.2.3