From 75d7af43c104afeb0f101a79535cb63814d6d0f9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 22 Sep 2020 10:30:53 +0200 Subject: Corrected docstring quotes in various code. --- tests/admin_scripts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_scripts/tests.py') diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 47efe0bdd0..62c6f485aa 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -194,7 +194,7 @@ class DjangoAdminNoSettings(AdminScriptTestCase): self.assertOutput(err, "No module named '?bad_settings'?", regex=True) def test_commands_with_invalid_settings(self): - """" + """ Commands that don't require settings succeed if the settings file doesn't exist. """ -- cgit v1.3