Skip to content

Commit

Permalink
Update debugger_cli_common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sushreebarsa authored Sep 22, 2023
1 parent 91de7ce commit fb36fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/debug/cli/debugger_cli_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit fb36fd2

Please sign in to comment.