From 028b757697e46afde4339888fa85d1dfaaedbb4e Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 20 Aug 2022 19:32:39 -0700 Subject: [PATCH] Fix typo in code comment --- html_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html_utils.py b/html_utils.py index e032c51..e35d7de 100644 --- a/html_utils.py +++ b/html_utils.py @@ -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():