Skip to content

Commit

Permalink
Update instance.py
Browse files Browse the repository at this point in the history
fixing #13
  • Loading branch information
lzehl committed Jan 22, 2024
1 parent 9e6ea91 commit 0cc4c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _build_simple_instances(self, docpath:str, instances_ids:List, schemadir:str
doc = RstCloth(output_file, line_width=100000)
doc.heading(f"{title_CamelCase}", char="#", overline=True)
doc.newline()
doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`")
doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`_")
doc.newline()
doc.content("------------")
doc.newline()
Expand Down

0 comments on commit 0cc4c41

Please sign in to comment.