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} 'level': logging.DEBUG}
}, },
loggers = { loggers = {
'root' : {'handlers': ['h'], 'root': {'handlers': ['h'],
'level': logging.DEBUG} 'level': logging.DEBUG}
} }
) )