Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 authored Sep 16, 2023
1 parent dd40f83 commit 83105fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def analyze( # noqa: PLR0913, PLR0915
verbose: bool = typer.Option(False, help="Enable verbose mode output."),
save: bool = typer.Option(False, help="Enable saving of output file(s)."),
) -> None:
"""* Analyze the AST of Python source code."""
"""💫 Analyze the AST of Python source code."""
# output the preamble, including extra parameters specific to this function
output_preamble(
verbose,
Expand Down

0 comments on commit 83105fb

Please sign in to comment.