aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/signal/python/ops/reconstruction_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/signal/python/ops/reconstruction_ops.py')
-rw-r--r--tensorflow/contrib/signal/python/ops/reconstruction_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/signal/python/ops/reconstruction_ops.py b/tensorflow/contrib/signal/python/ops/reconstruction_ops.py
index f5f443ad09..653c030a04 100644
--- a/tensorflow/contrib/signal/python/ops/reconstruction_ops.py
+++ b/tensorflow/contrib/signal/python/ops/reconstruction_ops.py
@@ -37,7 +37,7 @@ def _shuffle_to_front(input_tensor, k):
k: A scalar `Tensor` specifying how many indices to shuffle.
Returns:
- A tranposed version of `input_tensor` with `k` indices shuffled to the
+ A transposed version of `input_tensor` with `k` indices shuffled to the
front.
Raises: