aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility/tf_upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/compatibility/tf_upgrade.py')
-rw-r--r--tensorflow/tools/compatibility/tf_upgrade.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/tools/compatibility/tf_upgrade.py b/tensorflow/tools/compatibility/tf_upgrade.py
index 6e90b286c9..1f8833582a 100644
--- a/tensorflow/tools/compatibility/tf_upgrade.py
+++ b/tensorflow/tools/compatibility/tf_upgrade.py
@@ -662,9 +662,9 @@ class TFAPIChangeSpec(APIChangeSpec):
def _reverse_handler(file_edit_recorder, node):
# TODO(aselle): Could check for a literal list of bools and try to convert
# them to indices.
- comment = ("ERROR: tf.reverse has had its argument semantics changed\n"
- "significantly the converter cannot detect this reliably, so you"
- "need to inspect this usage manually.\n")
+ comment = ("ERROR: tf.reverse has had its argument semantics changed "
+ "significantly the converter cannot detect this reliably, so "
+ "you need to inspect this usage manually.\n")
file_edit_recorder.add(
comment,
node.lineno,