fix typo
authormanhyuk <manhyuk@kw.ac.kr>
Tue, 17 Apr 2018 01:46:37 +0000 (10:46 +0900)
committermanhyuk <manhyuk@kw.ac.kr>
Tue, 17 Apr 2018 01:46:37 +0000 (10:46 +0900)
tensorflow/python/profiler/tfprof_logger_test.py

index 141144f..caf3869 100644 (file)
@@ -38,7 +38,7 @@ class TFProfLoggerTest(test.TestCase):
     return math_ops.matmul(a, b)
 
   # pylint: disable=pointless-string-statement
-  """# TODO(xpan): This this out of core so it doesn't depend on contrib.
+  """# TODO(xpan): This out of core so it doesn't depend on contrib.
   def testFillMissingShape(self):
     a, b, y = self._BuildSmallPlaceholderlModel()
     run_options = config_pb2.RunOptions(