aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Max Galkin <maxgalkin@google.com>2018-07-15 13:11:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-15 13:14:38 -0700
commite5945c00148186808e337b4946cf0fa6460f6803 (patch)
tree49c9a8be76fe83cb3fa10b46db62d7bf8fe886b4
parent4b22c6ba0145f64db40cf53df8fec885cd65738c (diff)
Comment cleanup.
PiperOrigin-RevId: 204663736
-rw-r--r--tensorflow/python/ops/control_flow_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/control_flow_ops.py b/tensorflow/python/ops/control_flow_ops.py
index 04545cceb7..888075ba2e 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