aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/cli/debugger_cli_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/cli/debugger_cli_common.py')
-rw-r--r--tensorflow/python/debug/cli/debugger_cli_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/cli/debugger_cli_common.py b/tensorflow/python/debug/cli/debugger_cli_common.py
index 9ad49771d1..12e79ab07a 100644
--- a/tensorflow/python/debug/cli/debugger_cli_common.py
+++ b/tensorflow/python/debug/cli/debugger_cli_common.py
@@ -840,7 +840,7 @@ class TabCompletionRegistry(object):
Args:
context_words: A list of context words belonging to the context being
- registerd. It is a list of str, instead of a single string, to support
+ registered. It is a list of str, instead of a single string, to support
synonym words triggering the same tab-completion context, e.g.,
both "drink" and the short-hand "dr" can trigger the same context.
comp_items: A list of completion items, as a list of str.