We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9c53d commit b98813fCopy full SHA for b98813f
test/testlib.py
@@ -113,7 +113,7 @@ def decorate(f):
113
#---- timedtest decorator
114
# Use this to assert that a test completes in a given amount of time.
115
# This is from http://www.artima.com/forums/flat.jsp?forum=122&thread=129497
116
-# Including here, becase it might be useful.
+# Including here, because it might be useful.
117
# NOTE: Untested and I suspect some breakage.
118
119
TOLERANCE = 0.05
0 commit comments