Skip to content

Commit

Permalink
Fix typo in HTMLParser error handling comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Aug 25, 2024
1 parent 0993bf6 commit 8a32fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshi/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def _generate():
yield END, QName(tag), pos
break
except Exception as e:
# Python simple HTMLParser does not raise detailed
# Python's simple HTMLParser does not raise detailed
# errors except in strict mode which was deprecated
# in Python 3.3 and removed in Python 3.5 and which in
# any case is not used is this code.
Expand Down

0 comments on commit 8a32fa1

Please sign in to comment.