1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed double spaces after periods and within phrases.

This commit is contained in:
Sarah Boyce
2025-07-18 15:37:14 +02:00
committed by nessita
parent 1909108f9f
commit 1ecf6889ca
109 changed files with 215 additions and 216 deletions

View File

@@ -177,7 +177,7 @@ class CreateViewTests(TestCase):
def test_create_without_redirect(self):
msg = (
"No URL to redirect to. Either provide a url or define a "
"No URL to redirect to. Either provide a url or define a "
"get_absolute_url method on the Model."
)
with self.assertRaisesMessage(ImproperlyConfigured, msg):
@@ -339,7 +339,7 @@ class UpdateViewTests(TestCase):
def test_update_without_redirect(self):
msg = (
"No URL to redirect to. Either provide a url or define a "
"No URL to redirect to. Either provide a url or define a "
"get_absolute_url method on the Model."
)
with self.assertRaisesMessage(ImproperlyConfigured, msg):