8000 Merge pull request #60 from timgates42/bugfix_typo_convertible · 5monkeys/django-enumfield@a43b87a · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit a43b87a

Browse files
authored
Merge pull request #60 from timgates42/bugfix_typo_convertible
docs: Fix simple typo, convertable -> convertible
2 parents 317e92b + 818985f commit a43b87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_enumfield/tests/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class ValidatorTest(unittest.TestCase):
1111
def test_validate_available_choice_1(self):
12-
"""Test passing a value non convertable to an int raises an
12+
"""Test passing a value non convertible to an int raises an
1313
InvalidStatusOperationError
1414
"""
1515
self.assertRaises(

0 commit comments

Comments
 (0)
0