aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cluster_resolver
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2017-07-19 15:04:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-19 15:12:25 -0700
commit9cc871e81c04ed11829c3364546b4500742140eb (patch)
tree15c55ff29356bddd5a4f252630a9dffc8ac43c4c /tensorflow/contrib/cluster_resolver
parent1fefe92f47ff4149428409847592ec443f1279dd (diff)
Merge changes from github.
END_PUBLIC --- Commit daa67ad17 authored by Jonathan Hseu<vomjom@vomjom.net> Committed by Frank Chen<frankchn@gmail.com>: Remove unittest import (#11596) --- Commit 491beb74c authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: BEGIN_PUBLIC Automated g4 rollback of changelist 162423171 PiperOrigin-RevId: 162541442
Diffstat (limited to 'tensorflow/contrib/cluster_resolver')
-rw-r--r--tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py b/tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py
index 87da24f22d..b04822fa9d 100644
--- a/tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py
+++ b/tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py
@@ -75,8 +75,8 @@ class UnionClusterResolver(ClusterResolver):
This class performs a union given two or more existing ClusterResolvers. It
merges the underlying ClusterResolvers, and returns one unified ClusterSpec
- when as_cluster_spec is called. The details of the merge function is
- documented in the as_cluster_spec function.
+ when cluster_spec is called. The details of the merge function is
+ documented in the cluster_spec function.
"""
def __init__(self, *args):