Skip to content

Commit

Permalink
modernize-spelling: suttee → sati
Browse files Browse the repository at this point in the history
  • Loading branch information
bentley authored and acabal committed Apr 24, 2024
1 parent 3f7410f commit 70424f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions se/spelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ def modernize_spelling(xhtml: str) -> str:
xhtml = regex.sub(r"\b([Mm])etier", r"\1étier", xhtml) # metier -> métier
xhtml = regex.sub(r"\b([Cc])igaret(s?)\b", r"\1igarette\2", xhtml) # cigaret -> cigarette
xhtml = regex.sub(r"\b([Dd])umbfounder", r"\1umbfound", xhtml) # dumbfoundered -> dumbfounded
xhtml = regex.sub(r"\b([Ss])uttee", r"\1ati", xhtml) # suttee -> sati


# Normalize some names
Expand Down

0 comments on commit 70424f7

Please sign in to comment.