From fb36fd261aeb2c7a11ebe3fe1f533685b4c030dc Mon Sep 17 00:00:00 2001 From: sushreebarsa <84765720+sushreebarsa@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:20:33 +0530 Subject: [PATCH] Update debugger_cli_common.py --- tensorflow/python/debug/cli/debugger_cli_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/debug/cli/debugger_cli_common.py b/tensorflow/python/debug/cli/debugger_cli_common.py index 48696e5fdb7a01..a4a184fa3d2628 100644 --- a/tensorflow/python/debug/cli/debugger_cli_common.py +++ b/tensorflow/python/debug/cli/debugger_cli_common.py @@ -813,7 +813,7 @@ def _get_help_for_command_prefix(self, cmd_prefix): aliases. Returns: - A list of str as the help information fo cmd_prefix. If the cmd_prefix + A list of str as the help information for cmd_prefix. If the cmd_prefix does not exist, the returned list of str will indicate that. """ lines = []