Corrected several typos in string literals and test names.

This commit is contained in:
Min ho Kim 2019-08-06 01:47:50 +10:00 committed by Carlton Gibson
parent 052388aba4
commit 65e86948b8
10 changed files with 11 additions and 11 deletions

View file

@ -122,7 +122,7 @@ class SelectTest(WidgetTest):
),
)
def test_choices_constuctor(self):
def test_choices_constructor(self):
widget = Select(choices=[(1, 1), (2, 2), (3, 3)])
self.check_html(widget, 'num', 2, html=(
"""<select name="num">