Skip to content

Commit 069ef7b

Browse files
raviqqenealwu
authored andcommitted
Fix a typo in export_output.py (#9975)
1 parent 35c6c5a commit 069ef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/estimator/export/export_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ClassificationOutput(ExportOutput):
6969
"""
7070

7171
def __init__(self, scores=None, classes=None):
72-
"""Constructor for `ClassifyOutput`.
72+
"""Constructor for `ClassificationOutput`.
7373
7474
Args:
7575
scores: A float `Tensor` giving scores (sometimes but not always

0 commit comments

Comments
 (0)