Skip to content

Commit

Permalink
parser typo
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Aug 12, 2024
1 parent 50e7692 commit 158b48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def generate_collapsible_table(rows, headers):
f.write('parent: STM32 Family Pinout\n')
f.write(f'title: {family_folder} Family Pinout\n')
f.write('has_children: true\n')
f.write('has_toc: false\n'))
f.write('has_toc: false\n')
f.write('---\n\n')

f.write(f"# {family_folder} Family\n\n")
Expand Down

0 comments on commit 158b48f

Please sign in to comment.