fix typo
This commit is contained in:
parent
db7b7bafe8
commit
77044dd4be
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def load_elementtidy():
|
|||
from .elementtidyparser import ElementTidyParser
|
||||
return ElementTidyParser
|
||||
|
||||
def load_buildtin():
|
||||
def load_builtin():
|
||||
from .htmlparser import HTMLParser
|
||||
return HTMLParser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue