From 83105fbf44ab7a38e38d28eb0a1478618444d831 Mon Sep 17 00:00:00 2001 From: Preston Smith <112420784+Poiuy7312@users.noreply.github.com> Date: Sat, 16 Sep 2023 19:47:39 -0400 Subject: [PATCH] Update main.py --- chasten/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chasten/main.py b/chasten/main.py index bd9fa36b..f6ed91f6 100644 --- a/chasten/main.py +++ b/chasten/main.py @@ -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,