Skip to content

Commit

Permalink
fix table header
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 14, 2023
1 parent 3c607f0 commit a7893bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_count_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# write the markdown table to a string
markdown_table = ""
markdown_table += "| Root Class | Class | Instance Count |\n"
markdown_table += "| Parent Class | Class | Instances |\n"
markdown_table += "|------------|-------|----------------|\n"
for root_class, subclasses in class_counts.items():
# generate a link to the root class as https://explore.open223.info/s223/{root class}.html and use the short name
Expand Down

0 comments on commit a7893bc

Please sign in to comment.