Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: david qiu <[email protected]>
  • Loading branch information
krassowski and dlqqq authored Jul 8, 2024
1 parent 612013b commit 01f7beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _get_help_string(self, action):

def _format_action_invocation(self, action):
if not action.option_strings:
return super._format_action_invocation(action)
return super()._format_action_invocation(action)
else:
option_strings = [f"`{string}`" for string in action.option_strings]
if action.nargs == 0:
Expand Down

0 comments on commit 01f7beb

Please sign in to comment.