aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/compatibility/README.md')
-rw-r--r--tensorflow/tools/compatibility/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/tools/compatibility/README.md b/tensorflow/tools/compatibility/README.md
index 77e27531a9..9dba070a4f 100644
--- a/tensorflow/tools/compatibility/README.md
+++ b/tensorflow/tools/compatibility/README.md
@@ -11,7 +11,7 @@ It will print a list of errors it finds that it can't fix. You can also run
it on a directory tree:
```
-tf_upgrade.py --intree coolcode -outtree coolcode-upgraded
+tf_upgrade.py --intree coolcode --outtree coolcode-upgraded
```
In either case, it will also dump out a report e.g. which will detail changes
@@ -32,8 +32,8 @@ Renamed keyword argument from `squeeze_dims` to `axis`
## Caveats
- Don't update parts of your code manually before running this script. In
-particular, functions that have had reordered arguments like `tf.concat`,
-`tf.split` will cause the script to incorrectly add keyword arguments that
+particular, functions that have had reordered arguments like `tf.concat`
+or `tf.split` will cause the script to incorrectly add keyword arguments that
mismap arguments.
- This script wouldn't actually reorder arguments. Instead, the script will add