Skip to content

Commit

Permalink
Change as_cluster_spec to cluster_spec (tensorflow#11506)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored and frankchn committed Jul 14, 2017
1 parent 6538d0d commit 2a8f7eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2a8f7eb

Please sign in to comment.