From 9d460a513e4a76e4942cb81ceb9060868012a926 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 18 Mar 2022 16:57:51 -0700 Subject: [PATCH] tools: Fix typo in previous commit. --- tools/lib/capitalization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/capitalization.py b/tools/lib/capitalization.py index 8402d21c28..2510b5b2ec 100644 --- a/tools/lib/capitalization.py +++ b/tools/lib/capitalization.py @@ -49,7 +49,7 @@ IGNORED_PHRASES = [ r"\.zuliprc", # BeautifulSoup will remove which is horribly confusing, # so we need more of the sentence. - r" will have the same role" + r" will have the same role", # Things using "I" r"I understand", r"I'm",