From 73330a1a09b1b94ca85390a84c6a64815d3bdc45 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 9 Nov 2013 14:28:24 +0100 Subject: Clarify onderwijsnummer description --- stdnum/nl/onderwijsnummer.py | 8 ++++---- 1 file 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' -- cgit v1.2.3