Comment cleanup.

PiperOrigin-RevId: 204663736
This commit is contained in:
Max Galkin 2018-07-15 13:11:22 -07:00 committed by TensorFlower Gardener
parent 4b22c6ba01
commit e5945c0014

View File

@ -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