From: A. Unique TensorFlower Date: Wed, 31 Jan 2018 18:59:49 +0000 (-0800) Subject: Typo Correction. X-Git-Tag: v1.6.0-rc0~14^2^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acb2d6147415f8556ac74cbf45118baf00ca64df;p=platform%2Fupstream%2Ftensorflow.git Typo Correction. PiperOrigin-RevId: 184016082 --- diff --git a/tensorflow/contrib/factorization/python/ops/kmeans.py b/tensorflow/contrib/factorization/python/ops/kmeans.py index 4d0f9b2424..c861cfff54 100644 --- a/tensorflow/contrib/factorization/python/ops/kmeans.py +++ b/tensorflow/contrib/factorization/python/ops/kmeans.py @@ -143,7 +143,7 @@ class _ModelFn(object): def model_fn(self, features, mode, config): """Model function for the estimator. - Note that this does not take a `1abels` arg. This works, but `input_fn` must + Note that this does not take a `labels` arg. This works, but `input_fn` must return either `features` or, equivalently, `(features, None)`. Args: