1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +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

@@ -575,7 +575,7 @@ class TranslationBlockTranslateTagTests(SimpleTestCase):
rendered = t.render(Context())
self.assertEqual(rendered, "May")
# Existing context... using a literal
# Existing context... using a literal
t = self.get_template(
"{% load i18n %}"
'{% blocktranslate context "month name" %}May{% endblocktranslate %}'