Skip to content

Commit cd74ec7

Browse files
committed
Fix comment
1 parent 742715d commit cd74ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/inputstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
if utils.supports_lone_surrogates:
3232
# Use one extra step of indirection and create surrogates with
33-
# unichr. Not using this indirection would introduce an illegal
33+
# eval. Not using this indirection would introduce an illegal
3434
# unicode literal on platforms not supporting such lone
3535
# surrogates.
3636
assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1

0 commit comments

Comments
 (0)