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/admin_scripts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_scripts') diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 6266619216..222d55f023 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -570,7 +570,7 @@ class DjangoAdminSettingsDirectory(AdminScriptTestCase): self.assertTrue(os.path.exists(os.path.join(app_path, 'api.py'))) def test_startapp_unicode_name(self): - "directory: startapp creates the correct directory with unicode characters" + """startapp creates the correct directory with Unicode characters.""" args = ['startapp', 'こんにちは'] app_path = os.path.join(self.test_dir, 'こんにちは') out, err = self.run_django_admin(args, 'test_project.settings') -- cgit v1.3