Skip to content

Commit b98813f

Browse files
committed
docs: fix simple typo, becase -> because
There is a small typo in test/testlib.py. Should read `because` rather than `becase`.
1 parent cf9c53d commit b98813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def decorate(f):
113113
#---- timedtest decorator
114114
# Use this to assert that a test completes in a given amount of time.
115115
# This is from http://www.artima.com/forums/flat.jsp?forum=122&thread=129497
116-
# Including here, becase it might be useful.
116+
# Including here, because it might be useful.
117117
# NOTE: Untested and I suspect some breakage.
118118

119119
TOLERANCE = 0.05

0 commit comments

Comments
 (0)