From e28b5e10acc6050f016c1171c35b10354927a8b2 Mon Sep 17 00:00:00 2001 From: Arthur de Jong <arthur@arthurdejong.org> 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/iban.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stdnum/iban.py') diff --git a/stdnum/iban.py b/stdnum/iban.py index ff33cdd..ae01a02 100644 --- a/stdnum/iban.py +++ b/stdnum/iban.py @@ -28,8 +28,9 @@ Some countries may also use checksum algorithms within their number but this is currently not checked by this number. More information: - https://en.wikipedia.org/wiki/International_Bank_Account_Number - https://www.swift.com/products_services/bic_and_iban_format_registration_iban_format_r + +* https://en.wikipedia.org/wiki/International_Bank_Account_Number +* https://www.swift.com/products_services/bic_and_iban_format_registration_iban_format_r >>> validate('GR16 0110 1050 0000 1054 7023 795') 'GR1601101050000010547023795' -- cgit v1.2.3