diff --git a/scripts/correct_typos.py b/scripts/correct_typos.py index 3c1d9a5a..64040bed 100644 --- a/scripts/correct_typos.py +++ b/scripts/correct_typos.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """Read a corrections file (path as first argument to the script) and then read line by line from standard input, and substitute each word with the correct one from the corrections file."""