Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 27, 2024
1 parent 60cc9f8 commit e26a73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_api_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def export_bases(_b):

if bases_and_subclass_header:
if header:
header += "\n"
header += "\n\n"
header += write_header("Class Hierarchy")
header += inheritance_diagram
header += bases_and_subclass_header
Expand Down

0 comments on commit e26a73c

Please sign in to comment.