From a7893bce5ad22ef88909b187af3bf74b448a9b95 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Thu, 14 Dec 2023 11:13:06 -0700 Subject: [PATCH] fix table header --- tools/make_count_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_count_table.py b/tools/make_count_table.py index 8cfee4b9..19ef9445 100644 --- a/tools/make_count_table.py +++ b/tools/make_count_table.py @@ -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