aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/losses/losses_impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/losses/losses_impl.py')
-rw-r--r--tensorflow/python/ops/losses/losses_impl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/losses/losses_impl.py b/tensorflow/python/ops/losses/losses_impl.py
index e292bccc2c..72508eb435 100644
--- a/tensorflow/python/ops/losses/losses_impl.py
+++ b/tensorflow/python/ops/losses/losses_impl.py
@@ -512,7 +512,7 @@ def mean_pairwise_squared_error(
Raises:
ValueError: If the shape of `predictions` doesn't match that of `labels` or
- if the shape of `weights` is invalid. Also if `labels` or `predictions
+ if the shape of `weights` is invalid. Also if `labels` or `predictions`
is None.
"""
if labels is None: