Skip to content

Commit e971330

Browse files
authored
Update creating-command-line-tools.rst to fix typo
The import statement, as written, fails. It doesn’t match the name of the file that is set up with the greet() function.
1 parent b5cee4c commit e971330

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)