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
def test_project_template_tarball_url(self):
""" "
"""
Startproject management command handles project template tar/zip balls
from non-canonical urls.
"""