From: manhyuk Date: Tue, 17 Apr 2018 01:46:37 +0000 (+0900) Subject: fix typo X-Git-Tag: upstream/v1.9.0_rc1~297^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67e76defd59c4d867a1db4a371cfa9640bec1000;p=platform%2Fupstream%2Ftensorflow.git fix typo --- diff --git a/tensorflow/python/profiler/tfprof_logger_test.py b/tensorflow/python/profiler/tfprof_logger_test.py index 141144f..caf3869 100644 --- a/tensorflow/python/profiler/tfprof_logger_test.py +++ b/tensorflow/python/profiler/tfprof_logger_test.py @@ -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(