diff --git a/tensorflow/python/estimator/export/export_output.py b/tensorflow/python/estimator/export/export_output.py index 49bcd06d504..7c7f92872eb 100644 --- a/tensorflow/python/estimator/export/export_output.py +++ b/tensorflow/python/estimator/export/export_output.py @@ -69,7 +69,7 @@ class ClassificationOutput(ExportOutput): """ def __init__(self, scores=None, classes=None): - """Constructor for `ClassifyOutput`. + """Constructor for `ClassificationOutput`. Args: scores: A float `Tensor` giving scores (sometimes but not always