Skip to content

Commit 7e06fb2

Browse files
authored
Merge pull request #1591 from arrowtype/patch-1
Update creating-command-line-tools.rst to fix typo
2 parents 719a0aa + e971330 commit 7e06fb2

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)