mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #25668 -- Misc spelling errors
This commit is contained in:
parent
a10cbbbc17
commit
3ee18400ae
12 changed files with 18 additions and 18 deletions
|
@ -186,7 +186,7 @@ class UtilsTests(SimpleTestCase):
|
|||
self.assertEqual(display_value, '12345')
|
||||
|
||||
@override_settings(USE_L10N=True, USE_THOUSAND_SEPARATOR=True)
|
||||
def test_number_formats_with_thousand_seperator_display_for_field(self):
|
||||
def test_number_formats_with_thousand_separator_display_for_field(self):
|
||||
display_value = display_for_field(12345.6789, models.FloatField(), self.empty_value)
|
||||
self.assertEqual(display_value, '12,345.6789')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue