Fix message
diff --git a/tensorflow/python/autograph/core/converter.py b/tensorflow/python/autograph/core/converter.py
index f806bb3..9acc5cb 100644
--- a/tensorflow/python/autograph/core/converter.py
+++ b/tensorflow/python/autograph/core/converter.py
@@ -99,8 +99,8 @@
     BUILTIN_FUNCTIONS: Convert builtin functions applied to Tensors to
       their TF counterparts.
     EQUALITY_OPERATORS: Whether to convert the comparison operators, like
-      equality or repeated comparisons. 
-      NOTE: This is deprecated and the behaviour is enabled by default.
+      equality or equality in repeated comparisons. 
+      NOTE: This is deprecated as the conversion is enabled by default.
     LISTS: Convert list idioms, like initializers, slices, append, etc.
     NAME_SCOPES: Insert name scopes that name ops according to context, like the
       function they were defined in.