aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/message.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/message.yaml')
-rw-r--r--docs/yaml/functions/message.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/functions/message.yaml b/docs/yaml/functions/message.yaml
index d4ab085..9d832c1 100644
--- a/docs/yaml/functions/message.yaml
+++ b/docs/yaml/functions/message.yaml
@@ -4,11 +4,11 @@ description: This function prints its argument to stdout.
posargs:
text:
- type: str
- description: The message to print
+ type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
+ description: The message to print.
varargs:
name: more_text
since: 0.54.0
- type: str
+ type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
description: Additional text that will be printed separated by spaces.