diff --git a/docs/writing/logging.rst b/docs/writing/logging.rst index 46a4f34..7032ea0 100644 --- a/docs/writing/logging.rst +++ b/docs/writing/logging.rst @@ -166,8 +166,8 @@ the configuration dictionary. 'level': logging.DEBUG} }, loggers = { - 'root' : {'handlers': ['h'], - 'level': logging.DEBUG} + 'root': {'handlers': ['h'], + 'level': logging.DEBUG} } )