Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change as_cluster_spec to cluster_spec #11506

Merged
merged 1 commit into from Jul 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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