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