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 64a22e6be4..889fc6a8f6 100644
--- a/tensorflow/python/debug/cli/debugger_cli_common.py
+++ b/tensorflow/python/debug/cli/debugger_cli_common.py
@@ -648,7 +648,7 @@ class CommandHandlerRegistry(object):
3) the handler is found for the prefix, but it fails to return a
RichTextLines or raise any exception.
CommandLineExit:
- If the command handler raises this type of exception, tihs method will
+ If the command handler raises this type of exception, this method will
simply pass it along.
"""
if not prefix: