Skip to content

Commit d93dca3

Browse files
authored
Merge branch 'main' into patch-1
2 parents 854030b + 7e06fb2 commit d93dca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/creating-command-line-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ in :file:`cli.py`:
7878
7979
import typer
8080
81-
from .hello import greet
81+
from .greet import greet
8282
8383
8484
app = typer.Typer()

0 commit comments

Comments
 (0)