Skip to content

Commit

Permalink
Update check_chapters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Feb 7, 2025
1 parent 304e9c0 commit 2ec62d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check_chapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ def fix_common_typos(s: str) -> str:
s = s.replace("Wizengamot", "Zaubergamot")
s = s.replace("S.P.H.E.W.", r"\SPHEW")
s = s.replace("ut mir Leid", "ut mir leid")
s = s.replace("Godric’s", "Godrics")
s = s.replace("Godric's", "Godrics")
# s = s.replace("das einzige", "das Einzige")
# Apostroph
# "word's"
Expand Down

0 comments on commit 2ec62d6

Please sign in to comment.