aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cluster_resolver/python/training/cluster_resolver.py')
-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):