From 505fec6badba0622bbf97bb659188c3d62a9bc58 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 18 Apr 2020 07:46:05 -0700 Subject: Capitalized Unicode in docs, strings, and comments. --- tests/view_tests/tests/test_i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/view_tests') diff --git a/tests/view_tests/tests/test_i18n.py b/tests/view_tests/tests/test_i18n.py index dd07aa9f93..fcbffa711d 100644 --- a/tests/view_tests/tests/test_i18n.py +++ b/tests/view_tests/tests/test_i18n.py @@ -252,7 +252,7 @@ class I18NViewTests(SimpleTestCase): self.assertEqual(response['Content-Type'], 'text/javascript; charset="utf-8"') # response content must include a line like: # "this is to be translated": - # json.dumps() is used to be able to check unicode strings + # json.dumps() is used to be able to check Unicode strings. self.assertContains(response, json.dumps(trans_txt), 1) if lang_code == 'fr': # Message with context (msgctxt) -- cgit v1.3