mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 05:35:43 +00:00
docs: clarify docstrings
This commit is contained in:
@@ -201,7 +201,7 @@ def cli_message(message: str) -> None:
|
||||
Relay a message to the user using the CLI.
|
||||
|
||||
Args:
|
||||
message (str): THe message to be displayed.
|
||||
message (str): The message to be displayed.
|
||||
"""
|
||||
click.echo(f"[TEMBO] {message} 🐘")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user