From b98813fb64972a4369fde79c6609f130453b913e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 20:35:44 +1100 Subject: [PATCH] docs: fix simple typo, becase -> because There is a small typo in test/testlib.py. Should read `because` rather than `becase`. --- test/testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testlib.py b/test/testlib.py index d753f9ee..06015404 100644 --- a/test/testlib.py +++ b/test/testlib.py @@ -113,7 +113,7 @@ def decorate(f): #---- timedtest decorator # Use this to assert that a test completes in a given amount of time. # This is from http://www.artima.com/forums/flat.jsp?forum=122&thread=129497 -# Including here, becase it might be useful. +# Including here, because it might be useful. # NOTE: Untested and I suspect some breakage. TOLERANCE = 0.05