1
0
mirror of https://github.com/django/django.git synced 2025-08-10 03:49:11 +00:00

Fixed typos in test docstrings.

This commit is contained in:
Mariusz Felisiak 2024-05-15 20:01:17 +02:00 committed by Sarah Boyce
parent c0b0ce85ed
commit 604e32ee93
2 changed files with 2 additions and 2 deletions

View File

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

View File

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