Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/verhoeff.py
diff options
context:
space:
mode:
Diffstat (limited to 'stdnum/verhoeff.py')
-rw-r--r--stdnum/verhoeff.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdnum/verhoeff.py b/stdnum/verhoeff.py
index 5d6fb15..02559d3 100644
--- a/stdnum/verhoeff.py
+++ b/stdnum/verhoeff.py
@@ -24,8 +24,9 @@ The Verhoeff algorithm is a checksum algorithm that should catch most common
and multiplications and as a result is more complex than the Luhn algorithm.
More information:
- https://en.wikipedia.org/wiki/Verhoeff_algorithm
- https://en.wikibooks.org/wiki/Algorithm_Implementation/Checksums/Verhoeff_Algorithm
+
+* https://en.wikipedia.org/wiki/Verhoeff_algorithm
+* https://en.wikibooks.org/wiki/Algorithm_Implementation/Checksums/Verhoeff_Algorithm
The module provides the checksum() function to calculate the Verhoeff
checksum a calc_check_digit() function to generate a check digit that can be