Modify comments to make them more inclusive

Signed-off-by: Aditya Deshpande <[email protected]>
This commit is contained in:
Aditya Deshpande
2023-01-30 13:52:03 +00:00
parent ed514d3218
commit e76dc39641
+1 -1
View File
@@ -268,7 +268,7 @@ class UnicodeIssueTracker(LineIssueTracker):
heading = "Invalid UTF-8 or forbidden character:"
# Only allow valid UTF-8, and only white-listed characters.
# Only allow valid UTF-8, and only other explicitly allowed characters.
# We deliberately exclude all characters that aren't a simple non-blank,
# non-zero-width glyph, apart from a very small set (tab, ordinary space,
# line breaks, "basic" no-break space and soft hyphen). In particular,