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:
Malcolm Tredinnick 2007-10-03 22:12:22 +00:00
parent 291b81b4e3
commit 2a63414ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""