aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/depthtospace_op_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/kernel_tests/depthtospace_op_test.py')
-rw-r--r--tensorflow/python/kernel_tests/depthtospace_op_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/kernel_tests/depthtospace_op_test.py b/tensorflow/python/kernel_tests/depthtospace_op_test.py
index 36b25d9656..8dda8832b3 100644
--- a/tensorflow/python/kernel_tests/depthtospace_op_test.py
+++ b/tensorflow/python/kernel_tests/depthtospace_op_test.py
@@ -156,7 +156,7 @@ class DepthToSpaceTest(tf.test.TestCase):
out_tf.eval()
def testBlockSizeNotDivisibleDepth(self):
- # The the depth is not divisible by the square of the block size.
+ # The depth is not divisible by the square of the block size.
x_np = [[[[1, 1, 1, 1],
[2, 2, 2, 2]],
[[3, 3, 3, 3],