Browse Source

Fixed typos in test docstrings.

Mariusz Felisiak 10 months ago
parent
commit
604e32ee93
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/admin_scripts/tests.py
  2. 1 1
      tests/admin_views/tests.py

+ 1 - 1
tests/admin_scripts/tests.py

@@ -2652,7 +2652,7 @@ class StartProject(LiveServerTestCase, AdminScriptTestCase):
             urls.urlpatterns = old_urlpatterns
 
     def test_project_template_tarball_url(self):
-        """ "
+        """
         Startproject management command handles project template tar/zip balls
         from non-canonical urls.
         """

+ 1 - 1
tests/admin_views/tests.py

@@ -3927,7 +3927,7 @@ class AdminViewStringPrimaryKeyTest(TestCase):
                 )
 
     def test_deleteconfirmation_link(self):
-        """ "
+        """
         The link from the delete confirmation page referring back to the
         changeform of the object should be quoted.
         """