diff --git a/tools/lib/capitalization.py b/tools/lib/capitalization.py index f0784acfab..8402d21c28 100644 --- a/tools/lib/capitalization.py +++ b/tools/lib/capitalization.py @@ -47,6 +47,9 @@ IGNORED_PHRASES = [ r"BigBlueButton", # Code things r"\.zuliprc", + # BeautifulSoup will remove which is horribly confusing, + # so we need more of the sentence. + r" will have the same role" # Things using "I" r"I understand", r"I'm",