Author: mtredinnick
Date: 2007-10-03 17:12:22 -0500 (Wed, 03 Oct 2007)
New Revision: 6448
Modified:
django/trunk/django/utils/translation/__init__.py
Log:
Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, [EMAIL
PROTECTED]
Modified: django/trunk/django/utils/translation/__init__.py
===================================================================
--- django/trunk/django/utils/translation/__init__.py 2007-10-03 03:19:14 UTC
(rev 6447)
+++ django/trunk/django/utils/translation/__init__.py 2007-10-03 22:12:22 UTC
(rev 6448)
@@ -106,7 +106,7 @@
return real_deactivate_all()
def string_concat(*strings):
- """"
+ """
Lazy variant of string concatenation, needed for translations that are
constructed from multiple parts.
"""
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---