Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespace@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
291b81b4e3
commit
2a63414ccd
|
@ -106,7 +106,7 @@ def deactivate_all():
|
||||||
return real_deactivate_all()
|
return real_deactivate_all()
|
||||||
|
|
||||||
def string_concat(*strings):
|
def string_concat(*strings):
|
||||||
""""
|
"""
|
||||||
Lazy variant of string concatenation, needed for translations that are
|
Lazy variant of string concatenation, needed for translations that are
|
||||||
constructed from multiple parts.
|
constructed from multiple parts.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue