Skip to content

Commit 330d34c

Browse files
Merge pull request #381 from timgates42/bugfix_typo_because
docs: fix simple typo, becase -> because
2 parents cf9c53d + b98813f commit 330d34c

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)