From 5c254e247af7f2c785e266db58e0e99f204f8461 Mon Sep 17 00:00:00 2001 From: Tamara Norman Date: Thu, 13 Dec 2018 09:32:28 -0800 Subject: [PATCH] Fix typo in doc strings PiperOrigin-RevId: 225384221 --- tensorflow/python/compat/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/compat/compat.py b/tensorflow/python/compat/compat.py index 3111ef67718..82ed7da8308 100644 --- a/tensorflow/python/compat/compat.py +++ b/tensorflow/python/compat/compat.py @@ -160,7 +160,7 @@ def enable_v2_behavior(): @tf_export(v1=["disable_v2_behavior"]) def disable_v2_behavior(): - """Enables TensorFlow 2.x behaviors. + """Disables TensorFlow 2.x behaviors. This function can be called at the beginning of the program (before `Tensors`, `Graphs` or other structures have been created, and before devices have been -- GitLab