diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2015-11-03 11:55:10 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2015-11-03 11:58:13 +0200 |
| commit | 3ee18400ae9b916da1a3bee9c9c630fd223a2d3c (patch) | |
| tree | bed3af8d3fa7daeef7e8ba127d0e70a850a8bb7f /tests/admin_utils/tests.py | |
| parent | a10cbbbc17d4244812ef713437fa44207fe1a223 (diff) | |
Fixed #25668 -- Misc spelling errors
Diffstat (limited to 'tests/admin_utils/tests.py')
| -rw-r--r-- | tests/admin_utils/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_utils/tests.py b/tests/admin_utils/tests.py index 7fb490dd2a..069433fd7d 100644 --- a/tests/admin_utils/tests.py +++ b/tests/admin_utils/tests.py @@ -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') |
