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/pl/regon.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/pl/regon.py')
-rw-r--r-- | stdnum/pl/regon.py | 9 |
1 files changed, 5 insertions, 4 deletions
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' |