8000 Clarify onderwijsnummer description · sharoonthomas/python-stdnum@73330a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73330a1

Browse files
committed
Clarify onderwijsnummer description
1 parent 188d3ea commit 73330a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdnum/nl/onderwijsnummer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1818
# 02110-1301 USA
1919

20-
"""Onderwijsnummer (Dutch school number).
20+
"""Onderwijsnummer (Dutch student school number).
2121
22-
The onderwijsnummers (school number) is very similar to the BSN (Dutch
23-
national identification number) but for students without a BSN. It uses a
24-
small variation of the BSN checksum.
22+
The onderwijsnummers (education number) is very similar to the BSN (Dutch
23+
national identification number) for students without a BSN. It uses a
24+
checksum mechanism similar to the BSN.
2525
2626
>>> validate('1012.22.331')
2727
'101222331'

0 commit comments

Comments
 (0)
0