aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py')
-rw-r--r--tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py b/tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py
index 1b184d296b..97d57e8b23 100644
--- a/tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py
+++ b/tensorflow/contrib/boosted_trees/python/ops/quantile_ops.py
@@ -184,7 +184,7 @@ class QuantileAccumulator(saver.BaseSaverBuilder.SaveableObject):
"""Finalizes quantile summary stream and resets it for next iteration.
Args:
- stamp_token: Expected current token.
+ stamp_token: Exepcted current token.
next_stamp_token: Next value for the token.
Returns:
A list of quantiles or approximate boundaries.