Corrected docstring quotes in various code.

This commit is contained in:
Mariusz Felisiak 2020-09-22 10:30:53 +02:00 committed by GitHub
parent f7806193e6
commit 75d7af43c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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.
"""