Skip to content

Commit

Permalink
Fix type pressent to present
Browse files Browse the repository at this point in the history
  • Loading branch information
KRVPerera committed Apr 21, 2021
1 parent 4291399 commit 228e3bd
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 228e3bd

Please sign in to comment.