Index: tools/auto_bisect/math_utils.py |
diff --git a/tools/auto_bisect/math_utils.py b/tools/auto_bisect/math_utils.py |
index c225bdd8597c47d1a47f357309fad03445b4587e..ffdcdcc293c64c711ddd5992673db8681f0380d4 100644 |
--- a/tools/auto_bisect/math_utils.py |
+++ b/tools/auto_bisect/math_utils.py |
@@ -16,7 +16,7 @@ def TruncatedMean(data_set, truncate_percent): |
Args: |
data_set: Non-empty list of values. |
- truncate_percent: The % from the upper and lower portions of the data set |
+ truncate_percent: How much of the upper and lower portions of the data set |
to discard, expressed as a value in [0, 1]. |
Returns: |