mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Corrected several typos in string literals and test names.
This commit is contained in:
parent
052388aba4
commit
65e86948b8
10 changed files with 11 additions and 11 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue