Added some spacing

This commit is contained in:
mike cullerton 2022-05-23 14:26:04 -04:00
parent e92be44b6c
commit e2feb2495d

View File

@ -22,9 +22,11 @@ class CompleteTemplate(Script):
return """Using the Jinja template engine, takes data available in the current task, and uses it to populate
a word document that contains Jinja markup. Please see https://docxtpl.readthedocs.io/en/latest/
for more information on exact syntax.
Takes two required arguments:
1. The name of a MS Word docx file to use as a template.
2. The 'code' of the IRB Document as set in the documents.xlsx file.
And one optional argument:
1. The name for the generated file. Otherwise, we use the first argument.
"""