Skip to content

Commit

Permalink
Update creating-command-line-tools.rst to fix typo
Browse files Browse the repository at this point in the history
The import statement, as written, fails. It doesn’t match the name of the file that is set up with the greet() function.
  • Loading branch information
arrowtype authored Aug 17, 2024
1 parent b5cee4c commit e971330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/creating-command-line-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ in :file:`cli.py`:
import typer
from .hello import greet
from .greet import greet
app = typer.Typer()
Expand Down

0 comments on commit e971330

Please sign in to comment.