Skip to content

Commit

Permalink
fix: minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Sep 30, 2020
1 parent f6d45db commit 55c8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apy/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def html_to_screen(html, pprint=True, parseable=False):
click.style(r'\1', underline=True),
plain, re.S)

return plain
return plain.strip()

def is_generated_html(html):
"""Check if text is a generated HTML"""
Expand Down

0 comments on commit 55c8f37

Please sign in to comment.