summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-22 10:30:53 +0200
committerGitHub <noreply@github.com>2020-09-22 10:30:53 +0200
commit75d7af43c104afeb0f101a79535cb63814d6d0f9 (patch)
tree5e45f386fb08ab1e47e5a58b1655ac0409182e5c /tests/admin_scripts
parentf7806193e6db2dcc82937041cf07036e752515cd (diff)
downloaddjango-75d7af43c104afeb0f101a79535cb63814d6d0f9.tar.gz
Corrected docstring quotes in various code.
Diffstat (limited to 'tests/admin_scripts')
-rw-r--r--tests/admin_scripts/tests.py2
1 files changed, 1 insertions, 1 deletions
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.
"""