From 7f0d43c1b7462645767712cd5942d754a5f7adb7 Mon Sep 17 00:00:00 2001 From: manhyuk Date: Sat, 5 May 2018 01:53:35 +0900 Subject: [PATCH] fix typo --- tensorflow/contrib/tpu/python/tpu/tpu_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/tpu/python/tpu/tpu_context.py b/tensorflow/contrib/tpu/python/tpu/tpu_context.py index fbc1173..4d7bc6a 100644 --- a/tensorflow/contrib/tpu/python/tpu/tpu_context.py +++ b/tensorflow/contrib/tpu/python/tpu/tpu_context.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # =================================================================== -"""TPU system metdata and associated tooling.""" +"""TPU system metadata and associated tooling.""" from __future__ import absolute_import from __future__ import division -- 2.7.4