Quote:
Originally Posted by kovidgoyal
|
Sadly, you corrected a typo from the old chardet.py. It was originally substitute_entites and was corrected to substitute_entities.
I copied the line and "corrected" the typo and looks happy now.
Code:
substitute_entities = xml_replace_entities # for plugins that might use this
substitute_entites = xml_replace_entities # for plugins that might use this