Update logging.rst

Removed whitespace in violation of PEP 8 and aligned lines.
This commit is contained in:
Michael Dunn
2015-02-10 21:06:36 -05:00
parent 86d29a3c77
commit 2b15ec8af2
+2 -2
View File
@@ -166,8 +166,8 @@ the configuration dictionary.
'level': logging.DEBUG}
},
loggers = {
'root' : {'handlers': ['h'],
'level': logging.DEBUG}
'root': {'handlers': ['h'],
'level': logging.DEBUG}
}
)