tools: Fix typo in previous commit.

This commit is contained in:
Tim Abbott
2022-03-18 16:57:51 -07:00
parent a9d7a15ce2
commit 9d460a513e

View File

@@ -49,7 +49,7 @@ IGNORED_PHRASES = [
r"\.zuliprc",
# BeautifulSoup will remove <z-user> which is horribly confusing,
# so we need more of the sentence.
r"<z-user></z-user> will have the same role"
r"<z-user></z-user> will have the same role",
# Things using "I"
r"I understand",
r"I'm",