Skip to content

Commit 710c11e

Browse files
committed
Update table header in build_readme function to replace 'Tags' with 'Topics'
1 parent 1e80d6c commit 710c11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def build_readme():
4444

4545
problem_entries.sort()
4646

47-
table_header = "| # | Title | Solution | Tags | Difficulty |\n|---| ----- | -------- | ---------- | ---- |"
47+
table_header = "| # | Title | Solution | Topics | Difficulty |\n|---| ----- | -------- | ---------- | ---- |"
4848
table_rows = []
4949

5050
for number, title, solution, tags, difficulty in problem_entries:

0 commit comments

Comments
 (0)