summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2012-11-12 14:19:11 -0600
committerAdrian Holovaty <adrian@holovaty.com>2012-11-12 14:19:11 -0600
commit09a39ca0824611280ae180fe4cc59df669097ecb (patch)
tree71adebba21fad7459d794fd5c1d763cf2e2422df /django
parent6c69de80bdcd2744bc64cb933c2d863dd5e74a33 (diff)
Negligible spacing fix in utils/log.py
Diffstat (limited to 'django')
-rw-r--r--django/utils/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/log.py b/django/utils/log.py
index ea0122794b..342ca1fc10 100644
--- a/django/utils/log.py
+++ b/django/utils/log.py
@@ -39,7 +39,7 @@ DEFAULT_LOGGING = {
},
},
'handlers': {
- 'console':{
+ 'console': {
'level': 'INFO',
'filters': ['require_debug_true'],
'class': 'logging.StreamHandler',