Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Aug 22, 2023
1 parent 97f787e commit 748faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class HTMLParser(_markupbase.ParserBase):

CDATA_CONTENT_ELEMENTS = ("script", "style")

def __init__(self, *, convert_charrefs=True):
def __init__(self, convert_charrefs=True):
"""Initialize and reset this instance.
If convert_charrefs is True (the default), all character references
Expand Down

0 comments on commit 748faf2

Please sign in to comment.