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/pl/regon.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'stdnum/pl/regon.py') diff --git a/stdnum/pl/regon.py b/stdnum/pl/regon.py index ac8cffb..82af03a 100644 --- a/stdnum/pl/regon.py +++ b/stdnum/pl/regon.py @@ -25,10 +25,11 @@ The REGON (Rejestr Gospodarki Narodowej) is a statistical identification number for businesses. National entities are assigned a 9-digit number, while local units append 5 digits to form a 14-digit number. -More information can be found at: - http://bip.stat.gov.pl/en/regon/ - http://www.stat.gov.pl/bip/regon_ENG_HTML.htm - https://wyszukiwarkaregon.stat.gov.pl/appBIR/index.aspx +More information: + +* http://bip.stat.gov.pl/en/regon/ +* http://www.stat.gov.pl/bip/regon_ENG_HTML.htm +* https://wyszukiwarkaregon.stat.gov.pl/appBIR/index.aspx >>> validate('192598184') '192598184' -- cgit v1.2.3