Fix doc format issue in enable_eager_execution (#19116)
authorYong Tang <yong.tang.github@outlook.com>
Mon, 7 May 2018 21:17:02 +0000 (23:17 +0200)
committerRasmus Munk Larsen <rmlarsen@google.com>
Mon, 7 May 2018 21:17:02 +0000 (14:17 -0700)
commitd8bda536c5080e761bcb24ab6984c26da875f52c
treebf1cb88ba08cb10c31156ea3a78404f5740d7cb8
parent96dd8c99688290f90b9826af516b2c12d280c0ee
Fix doc format issue in enable_eager_execution (#19116)

* Fix doc format issue in enable_eager_execution

This fix tries to address the issue raised in 19022 where
the doc of `tf.enable_eager_execution` was not well formatted.
It seems the additional empty lines may confuse the doc generator.
This fix fixes with proper alignment and removal of empty lines.

This fix fixes 19022.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Remove extra spaces

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/python/framework/ops.py