aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cluster_resolver
diff options
context:
space:
mode:
authorGravatar Taylor Robie <taylorrobie@google.com>2018-06-05 14:55:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-05 14:58:17 -0700
commite0c9871e2a8dbe5e07f59c8788b0914d5079b04f (patch)
treed069d171958820de696e5ae3aaaeb518657b810a /tensorflow/contrib/cluster_resolver
parentf0230735d1225f914d50824208cd7f84492a6dd3 (diff)
Typo fix in suggested pip message for tpu cluster resolver.
PiperOrigin-RevId: 199362908
Diffstat (limited to 'tensorflow/contrib/cluster_resolver')
-rw-r--r--tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver.py b/tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver.py
index d44e23aadc..a5a9630a4a 100644
--- a/tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver.py
+++ b/tensorflow/contrib/cluster_resolver/python/training/tpu_cluster_resolver.py
@@ -173,7 +173,7 @@ class TPUClusterResolver(ClusterResolver):
raise ImportError('googleapiclient and oauth2client must be installed '
'before using the TPU cluster resolver. Execute: '
'`pip install --upgrade google-api-python-client` '
- 'and `pip install --upgrade oauth2lclient` to '
+ 'and `pip install --upgrade oauth2client` to '
'install with pip.')
final_discovery_url = self._discoveryUrl() or discovery_url