Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 28, 2021
1 parent d3cf69f commit 4839053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytbd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def cli_find_symbol(path, symbol):
@click.argument('path', type=click.Path(exists=True, file_okay=False, dir_okay=True))
@click.argument('arch')
def cli_append_arch(path, arch):
""" appench given arch to all .tbd files """
""" append given arch to all .tbd files """
append_arch(path, arch)


Expand Down

0 comments on commit 4839053

Please sign in to comment.