Skip to content

Commit

Permalink
fix typo + try to fix isort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Jan 6, 2023
1 parent ee03933 commit 30aae73
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.
95 changes: 0 additions & 95 deletions bin/num2words

This file was deleted.

1 change: 0 additions & 1 deletion num2words/lang_HE.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from .currency import parse_currency_parts
from .utils import get_digits, splitbyx


ZERO = (u'אפס',)

ONES = {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_cli_help(self):
self.assertTrue(output.err.startswith('Usage:'))

def test_cli_list_langs(self):
"""You should be able to list all availabe languages
"""You should be able to list all available languages
"""
output = self.cli.run_cmd('--list-languages')
self.assertEqual(
Expand Down

0 comments on commit 30aae73

Please sign in to comment.