aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries/python/timeseries/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/timeseries/python/timeseries/model.py')
-rw-r--r--tensorflow/contrib/timeseries/python/timeseries/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/timeseries/python/timeseries/model.py b/tensorflow/contrib/timeseries/python/timeseries/model.py
index e6c60fdf0c..f2ef8d2211 100644
--- a/tensorflow/contrib/timeseries/python/timeseries/model.py
+++ b/tensorflow/contrib/timeseries/python/timeseries/model.py
@@ -353,7 +353,7 @@ class SequentialTimeSeriesModel(TimeSeriesModel):
Args:
current_times: A [batch size] Tensor of times for each observation.
- current_values: A [batch size] Tensor of values for each observaiton.
+ current_values: A [batch size] Tensor of values for each observation.
state: Model state, updated to current_times.
predictions: The outputs of _prediction_step
Returns: