diff options
Diffstat (limited to 'stdnum/nl/onderwijsnummer.py')
-rw-r--r-- | stdnum/nl/onderwijsnummer.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdnum/nl/onderwijsnummer.py b/stdnum/nl/onderwijsnummer.py index 7694835..712b511 100644 --- a/stdnum/nl/onderwijsnummer.py +++ b/stdnum/nl/onderwijsnummer.py @@ -17,8 +17,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -"""Module for handling onderwijsnummers (school number), very similar to the BSN -(Dutch national identification number) but for students without a BSN. +"""Module for handling onderwijsnummers (school number), very similar to +the BSN (Dutch national identification number) but for students without a +BSN. >>> is_valid('101222331') True |