Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-08-29 21:27:59 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-08-29 21:27:59 +0200
commit2e64eb8c42224010f037066fc4a56650d0c91587 (patch)
treeb0bd946ace8df1aa4f01b210651a1cd988390341 /tests
parent2a7afff5afe640830bf7ca0a685769eee2c1d19b (diff)
spelling check
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@38 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bsn.doctest2
-rw-r--r--tests/test_ismn.doctest2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_bsn.doctest b/tests/test_bsn.doctest
index fe8586d..bec167f 100644
--- a/tests/test_bsn.doctest
+++ b/tests/test_bsn.doctest
@@ -32,7 +32,7 @@ True
>>> bsn.is_valid('111252333')
False
-These are tests to check what happes when a wrong type is passed.
+These are tests to check what happens when a wrong type is passed.
>>> bsn.is_valid(111222333) # integer, not string
False
diff --git a/tests/test_ismn.doctest b/tests/test_ismn.doctest
index ce5268e..3ee1277 100644
--- a/tests/test_ismn.doctest
+++ b/tests/test_ismn.doctest
@@ -41,7 +41,7 @@ True
True
-These are tests to check what happes when a wrong type is passed.
+These are tests to check what happens when a wrong type is passed.
>>> ismn.is_valid(1857982185) # integer, not string
False