diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-29 21:27:59 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-29 21:27:59 +0200 |
commit | 2e64eb8c42224010f037066fc4a56650d0c91587 (patch) | |
tree | b0bd946ace8df1aa4f01b210651a1cd988390341 /stdnum/iso7064/mod_37_36.py | |
parent | 2a7afff5afe640830bf7ca0a685769eee2c1d19b (diff) |
spelling check
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@38 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/iso7064/mod_37_36.py')
-rw-r--r-- | stdnum/iso7064/mod_37_36.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/iso7064/mod_37_36.py b/stdnum/iso7064/mod_37_36.py index aa86cb6..e8fb34a 100644 --- a/stdnum/iso7064/mod_37_36.py +++ b/stdnum/iso7064/mod_37_36.py @@ -31,7 +31,7 @@ calculating the check digit and appending it. True By changing the alphabet this can be turned into any Mod x+1, x -algorith. For example Mod 11, 10: +algorithm. For example Mod 11, 10: >>> calc_check_digit('00200667308', alphabet='0123456789') '5' |