diff --git a/django/utils/translation/__init__.py b/django/utils/translation/__init__.py index 18071b9683..9ca7419e1e 100644 --- a/django/utils/translation/__init__.py +++ b/django/utils/translation/__init__.py @@ -106,7 +106,7 @@ def deactivate_all(): return real_deactivate_all() def string_concat(*strings): - """" + """ Lazy variant of string concatenation, needed for translations that are constructed from multiple parts. """