Author: gwilson
Date: 2007-11-25 12:11:44 -0600 (Sun, 25 Nov 2007)
New Revision: 6713
Modified:
django/trunk/django/utils/datastructures.py
Log:
Minor styling fix in `DotExpandedDict.__init__`.
Modified: django/trunk/django/utils/datastructures.py
===================================================================
--- django/trunk/django/utils/datastructures.py 2007-11-25 18:10:45 UTC (rev
6712)
+++ django/trunk/django/utils/datastructures.py 2007-11-25 18:11:44 UTC (rev
6713)
@@ -316,7 +316,7 @@
try:
current[bits[-1]] = v
except TypeError: # Special-case if current isn't a dict.
- current = {bits[-1] : v}
+ current = {bits[-1]: v}
class FileDict(dict):
"""
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---