From ad8990d65a31d4413d514f73b13841eaad505435 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Wed, 20 Oct 2021 21:01:09 +0200 Subject: [PATCH] Fix typo "conver_charrefs" => "convert_charrefs" Signed-off-by: MichaIng --- htmlmin/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlmin/main.py b/htmlmin/main.py index 6d21c06..e319e45 100644 --- a/htmlmin/main.py +++ b/htmlmin/main.py @@ -70,7 +70,7 @@ def minify(input, :param remove_optional_attribute_quotes: When True, optional quotes around attributes are removed. When False, all attribute quotes are left intact. Defaults to True. - :param conver_charrefs: Decode character references such as & and . + :param convert_charrefs: Decode character references such as & and . to their single charater values where safe. This currently only applies to attributes. Data content between tags will be left encoded. :param keep_pre: By default, htmlmin uses the special attribute ``pre`` to