Skip to content

Commit

Permalink
Merge pull request #1591 from arrowtype/patch-1
Browse files Browse the repository at this point in the history
Update creating-command-line-tools.rst to fix typo
  • Loading branch information
chrysle authored Aug 20, 2024
2 parents 719a0aa + e971330 commit 7e06fb2
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 7e06fb2

Please sign in to comment.