Skip to content

Commit

Permalink
Fix typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Aug 21, 2022
1 parent 68bf6ea commit 028b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

def transcode_html(html, html_formatter, disable_char_conversion):
"""
Uses BeatifulSoup to transcode payloads of the text/html content type
Uses BeautifulSoup to transcode payloads of the text/html content type
"""
if not disable_char_conversion:
for char in UNICODE_CHAR_CONVERSION_TABLE.keys():
Expand Down

0 comments on commit 028b757

Please sign in to comment.