fix minor typo [skip ci]

This commit is contained in:
Cosimo Lupo 2023-09-15 16:58:17 +02:00
parent 9f61271dc1
commit 532a771b98

View File

@ -226,7 +226,7 @@ def subset_glyphs(self, s) -> bool:
# dangling tail text after removing an element when pretty_print=True # dangling tail text after removing an element when pretty_print=True
remove_blank_text=True, remove_blank_text=True,
# don't replace entities; we don't expect any in OT-SVG and they may # don't replace entities; we don't expect any in OT-SVG and they may
# aboused for XXE attacks # be abused for XXE attacks
resolve_entities=False, resolve_entities=False,
), ),
) )