From e5945c00148186808e337b4946cf0fa6460f6803 Mon Sep 17 00:00:00 2001 From: Max Galkin Date: Sun, 15 Jul 2018 13:11:22 -0700 Subject: [PATCH] Comment cleanup. PiperOrigin-RevId: 204663736 --- tensorflow/python/ops/control_flow_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/ops/control_flow_ops.py b/tensorflow/python/ops/control_flow_ops.py index 04545cceb7e..888075ba2ec 100644 --- a/tensorflow/python/ops/control_flow_ops.py +++ b/tensorflow/python/ops/control_flow_ops.py @@ -3146,7 +3146,7 @@ def while_loop(cond, happen is that the thread updating `x` can never get ahead of the counter thread because the thread incrementing `x` depends on the value of the counter. - + ```python import tensorflow as tf