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