Skip to content

Commit

Permalink
Fix typo pressent to `presentgst (#220)
Browse files Browse the repository at this point in the history
`
  • Loading branch information
KRVPerera committed Sep 6, 2021
1 parent fc99abe commit 30a60bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_test_files():
# Skip files in tests directory
if not isdir(path):
continue
# Remove language suffixes from encoding if pressent
# Remove language suffixes from encoding if present
encoding = encoding.lower()
for postfix in [
"-arabic",
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def gen_test_params():
# Skip files in tests directory
if not isdir(path):
continue
# Remove language suffixes from encoding if pressent
# Remove language suffixes from encoding if present
encoding = encoding.lower()
for language in sorted(LANGUAGES.keys()):
postfix = "-" + language.lower()
Expand Down

0 comments on commit 30a60bc

Please sign in to comment.