Skip to content

Commit 31f20f1

Browse files
janepiejulien-nc
andauthored
Update param description
Co-authored-by: Julien Veyssier <[email protected]> Signed-off-by: janepie <[email protected]>
1 parent 731fbde commit 31f20f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ex_app/lib/all_tools/doc-gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def generate_document(input: str, format: str) -> str:
1515
"""
1616
Generate a document with the input string as description.
1717
:param text: the instructions for the document
18-
:param format: the format of the generated file, available are "text document", "pdf", "spreadsheet", "excel spreadsheet" and "slides"
18+
:param format: the format of the generated file, allowed values are "text document", "pdf", "spreadsheet", "excel spreadsheet" and "slides"
1919
:return: a download link to the generated document
2020
"""
2121
match format:

0 commit comments

Comments
 (0)