Skip to content

Commit 1594a39

Browse files
minor wording change:
1 parent 21c1098 commit 1594a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/dropdowns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ for n, figname in enumerate(fig_dict.keys()):
494494
data_for_jinja["divs"]+=f'<div id="{figname}" class="content-div" {initially_hide_divs_other_than_the_first}>{fig_html}{text_dict[figname]}</div>'
495495

496496
# Insert data into the template and write the file to disk
497-
# You'll need to add the path to your template and where to output the generated file
497+
# You'll need to add the path to your template and to your preferred output location
498498
input_template_path=r"<path-to-Jinja-template.html>"
499499
output_html_path=r"<path-to-output-file.html>"
500500

0 commit comments

Comments
 (0)