Skip to content

Commit

Permalink
docs: fix simple typo, becase -> because
Browse files Browse the repository at this point in the history
There is a small typo in test/testlib.py.

Should read `because` rather than `becase`.
  • Loading branch information
timgates42 committed Dec 25, 2020
1 parent cf9c53d commit b98813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b98813f

Please sign in to comment.