Skip to content

Commit

Permalink
add shebang to correct_typos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaqui committed Feb 23, 2024
1 parent 2056b6c commit bbd14b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/correct_typos.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down

0 comments on commit bbd14b4

Please sign in to comment.