aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility
diff options
context:
space:
mode:
authorGravatar Julian Eisenschlos <eisenjulian@users.noreply.github.com>2018-03-14 22:17:57 -0300
committerGravatar Frank Chen <frankchn@gmail.com>2018-03-14 18:17:57 -0700
commit3fb6d22b4ad9bdd5a0957aa69fdef526b07d393d (patch)
tree1044e87f6e3dcbdd680dd3f2e58a6b5ed146eed7 /tensorflow/tools/compatibility
parent96ab843c3af177cc0cf7f9ec2caa3d95369d9c4c (diff)
Add missing spaces in multiline strings (#17402)
Diffstat (limited to 'tensorflow/tools/compatibility')
-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,