aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/cli
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-21 17:01:36 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-21 17:24:32 -0800
commitb619ca9750eed00ea0c0c89eb68f570f5be3915d (patch)
tree490d577f767d3950f47ac050a38695cdf1a0aca3 /tensorflow/python/debug/cli
parent34a6fb14c792b6b67ec1a564bdad5efc800573da (diff)
"the the" -> "the"
Change: 148163782
Diffstat (limited to 'tensorflow/python/debug/cli')
-rw-r--r--tensorflow/python/debug/cli/cli_shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/cli/cli_shared.py b/tensorflow/python/debug/cli/cli_shared.py
index 30b30de334..0128f9b9a9 100644
--- a/tensorflow/python/debug/cli/cli_shared.py
+++ b/tensorflow/python/debug/cli/cli_shared.py
@@ -203,7 +203,7 @@ def _recommend_command(command, description, indent=2, create_link=False):
Args:
command: (str) The command to recommend.
- description: (str) A description of what the the command does.
+ description: (str) A description of what the command does.
indent: (int) How many spaces to indent in the beginning.
create_link: (bool) Whether a command link is to be applied to the command
string.