From 93452a70e8a62c7408eeded444f5088d4a26212d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 2 Dec 2015 23:55:50 +0000 Subject: Fixed many spelling mistakes in code, comments, and docs. --- tests/forms_tests/tests/test_forms.py | 2 +- tests/forms_tests/tests/tests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/forms_tests') diff --git a/tests/forms_tests/tests/test_forms.py b/tests/forms_tests/tests/test_forms.py index d3618b1a8c..917b5c99d2 100644 --- a/tests/forms_tests/tests/test_forms.py +++ b/tests/forms_tests/tests/test_forms.py @@ -749,7 +749,7 @@ class FormsTestCase(SimpleTestCase): '' ) - def test_mulitple_choice_checkbox(self): + def test_multiple_choice_checkbox(self): # MultipleChoiceField can also be used with the CheckboxSelectMultiple widget. class SongForm(Form): name = CharField() diff --git a/tests/forms_tests/tests/tests.py b/tests/forms_tests/tests/tests.py index 74005ce6fe..992dbc851e 100644 --- a/tests/forms_tests/tests/tests.py +++ b/tests/forms_tests/tests/tests.py @@ -184,7 +184,7 @@ class FormsModelTestCase(TestCase): m.delete() def test_boundary_conditions(self): - # Boundary conditions on a PostitiveIntegerField ######################### + # Boundary conditions on a PositiveIntegerField ######################### class BoundaryForm(ModelForm): class Meta: model = BoundaryModel -- cgit v1.3