Skip to content

Commit 26e8e70

Browse files
committed
Make cli functions generic
1 parent 21916f7 commit 26e8e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffupy/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def kernel(
9696
)
9797
@click.option(
9898
'-m', '--method',
99-
help='Difussion method',
99+
help='Diffusion method',
100100
type=click.Choice(METHODS),
101101
required=True,
102102
)

0 commit comments

Comments
 (0)