From 2e64eb8c42224010f037066fc4a56650d0c91587 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 29 Aug 2010 19:27:59 +0000 Subject: spelling check git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@38 9dea7c4f-944c-4273-ac1a-574ede026edc --- tests/test_bsn.doctest | 2 +- tests/test_ismn.doctest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3