Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 23, 2023
1 parent d4d82ff commit 0ac0d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/cli/butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def getLocalCommands(self) -> defaultdict[str, list[str]]:
)

def list_commands(self, ctx: click.Context) -> list[str]:
"""Gget all the commands that can be called by the
"""Get all the commands that can be called by the
butler command, it is used to generate the --help output.
Used by Click.
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def make_metavar(self) -> str:
"""Make the metavar for the help menu.
Overrides `click.Option.make_metavar`.
Adds a space and an elipsis after the metavar name if
Adds a space and an ellipsis after the metavar name if
the option accepts multiple inputs, otherwise defers to the base
implementation.
Expand Down

0 comments on commit 0ac0d57

Please sign in to comment.