From bd4f13437d5add8bf32ebf62e9966f5adb6d3778 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 15 Oct 2024 14:17:11 -0500 Subject: [PATCH] modernize-spelling: leary -> leery --- se/spelling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/se/spelling.py b/se/spelling.py index e86557fb..1c31a2ec 100644 --- a/se/spelling.py +++ b/se/spelling.py @@ -452,6 +452,7 @@ def modernize_spelling(xhtml: str) -> str: xhtml = regex.sub(r"\b([Dd])umbfounder", r"\1umbfound", xhtml) # dumbfoundered -> dumbfounded xhtml = regex.sub(r"\b([Ss])uttee", r"\1ati", xhtml) # suttee -> sati xhtml = regex.sub(r"\b([Bb])y-by\b", r"\1ye-bye", xhtml) # by-by -> bye-bye + xhtml = regex.sub(r"(? leery # Normalize some names