aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras/python/keras/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/keras/python/keras/backend.py')
-rw-r--r--tensorflow/contrib/keras/python/keras/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/keras/python/keras/backend.py b/tensorflow/contrib/keras/python/keras/backend.py
index 4fa4ec0dd4..6d7429d20d 100644
--- a/tensorflow/contrib/keras/python/keras/backend.py
+++ b/tensorflow/contrib/keras/python/keras/backend.py
@@ -3570,7 +3570,7 @@ def local_conv1d(inputs, kernel, kernel_size, strides, data_format=None):
Returns:
the tensor after 1d conv with un-shared weights, with shape (batch_size,
- output_lenght, filters)
+ output_length, filters)
Raises:
ValueError: if `data_format` is neither `channels_last` or