Fixed extra table heading error

This commit is contained in:
lukew3
2020-11-21 10:50:18 -05:00
parent 3f0ff6ea35
commit 8ebb7867d6
2 changed files with 114 additions and 117 deletions

View File

@@ -72,7 +72,7 @@ for subject in subjects:
with open('README.md', "r") as g:
lines = g.readlines()
line = lines.index('|------|-------|-----------------|------------------|---------------|\n')
line = lines.index('## List of Generators\n')
lines = lines[:line + 1]
for write_line in write_list: