aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/metrics_impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/metrics_impl.py')
-rw-r--r--tensorflow/python/ops/metrics_impl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/metrics_impl.py b/tensorflow/python/ops/metrics_impl.py
index c267fb8ccd..bdb34dd78e 100644
--- a/tensorflow/python/ops/metrics_impl.py
+++ b/tensorflow/python/ops/metrics_impl.py
@@ -1473,7 +1473,7 @@ def false_negatives(labels, predictions, weights=None,
metrics_collections=None,
updates_collections=None,
name=None):
- """Computes the total number of false positives.
+ """Computes the total number of false negatives.
If `weights` is `None`, weights default to 1. Use weights of 0 to mask values.