Skip to content

Commit

Permalink
Fixed print-description.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 9, 2018
1 parent 3bb3bc8 commit 068008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/print-description.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@


def format_description(text):
text = html2text.handle(description).strip()
text = html2text.handle(text).strip()
text = re.sub(r"(\s*\n){3,}", "\n\n", text)
return text

Expand Down

0 comments on commit 068008b

Please sign in to comment.