Typo Correction.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 31 Jan 2018 18:59:49 +0000 (10:59 -0800)
committerMichael Case <mikecase@google.com>
Thu, 1 Feb 2018 01:18:41 +0000 (17:18 -0800)
PiperOrigin-RevId: 184016082

tensorflow/contrib/factorization/python/ops/kmeans.py

index 4d0f9b24240ccbafe89ef912b4d3252cefb1f7f2..c861cfff544a78617aa1ace730b50c094cf16330 100644 (file)
@@ -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: