diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-11-09 14:28:24 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-11-09 15:52:23 +0100 |
commit | 73330a1a09b1b94ca85390a84c6a64815d3bdc45 (patch) | |
tree | 2e8f6b9f1d18cb39f07f68c9872404314d01a4d0 | |
parent | 188d3eac0f043de8d06ec260a691ef76973b7d9b (diff) |
Clarify onderwijsnummer description
-rw-r--r-- | stdnum/nl/onderwijsnummer.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdnum/nl/onderwijsnummer.py b/stdnum/nl/onderwijsnummer.py index db29fa1..0fbb3fc 100644 --- a/stdnum/nl/onderwijsnummer.py +++ b/stdnum/nl/onderwijsnummer.py @@ -17,11 +17,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Onderwijsnummer (Dutch school number). +"""Onderwijsnummer (Dutch student school number). -The onderwijsnummers (school number) is very similar to the BSN (Dutch -national identification number) but for students without a BSN. It uses a -small variation of the BSN checksum. +The onderwijsnummers (education number) is very similar to the BSN (Dutch +national identification number) for students without a BSN. It uses a +checksum mechanism similar to the BSN. >>> validate('1012.22.331') '101222331' |