aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py')
-rw-r--r--tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py b/tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py
index 3d316450d8..1924ea0f66 100644
--- a/tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py
+++ b/tensorflow/contrib/linalg/python/ops/linear_operator_test_util.py
@@ -462,7 +462,7 @@ def random_tril_matrix(shape,
remove_upper: Python `bool`.
If `True`, zero out the strictly upper triangle.
If `False`, the lower triangle of returned matrix will have desired
- properties, but will not not have the strictly upper triangle zero'd out.
+ properties, but will not have the strictly upper triangle zero'd out.
Returns:
`Tensor` with desired shape and dtype.