Skip to content

Commit 0cc4c41

Browse files
authored
Update instance.py
fixing #13
1 parent 9e6ea91 commit 0cc4c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/instance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _build_simple_instances(self, docpath:str, instances_ids:List, schemadir:str
9090
doc = RstCloth(output_file, line_width=100000)
9191
doc.heading(f"{title_CamelCase}", char="#", overline=True)
9292
doc.newline()
93-
doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`")
93+
doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`_")
9494
doc.newline()
9595
doc.content("------------")
9696
doc.newline()

0 commit comments

Comments
 (0)