diff options
Diffstat (limited to 'tests/humanize_tests/tests.py')
| -rw-r--r-- | tests/humanize_tests/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/humanize_tests/tests.py b/tests/humanize_tests/tests.py index 7a44c6d89b..b9f1e58ef7 100644 --- a/tests/humanize_tests/tests.py +++ b/tests/humanize_tests/tests.py @@ -610,8 +610,8 @@ class HumanizeTests(SimpleTestCase): def test_inflection_for_timedelta(self): """ - Translation of '%d day'/'%d month'/… may differ depending on the context - of the string it is inserted in. + Translation of '%d day'/'%d month'/… may differ depending on the + context of the string it is inserted in. """ test_list = [ # "%(delta)s ago" translations |
