Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
matanor authored and elronbandel committed Jan 16, 2024
1 parent 56c6c30 commit 0d118bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def make_content(artifact, label, all_labels):
)

if artifact_class.__doc__:
result += f"Explanation about `{type_class_name}`:\n\n"
result += "+++++++++++++++++++\n"
result += f"\nExplanation about `{type_class_name}`\n"
result += "+++++++++++++++++++\n\n"
result += artifact_class.__doc__ + "\n"

references = []
Expand Down

0 comments on commit 0d118bc

Please sign in to comment.