From 2b15ec8af2cc0965a89dc91c121212737793041d Mon Sep 17 00:00:00 2001 From: Michael Dunn Date: Tue, 10 Feb 2015 21:06:36 -0500 Subject: [PATCH] Update logging.rst Removed whitespace in violation of PEP 8 and aligned lines. --- docs/writing/logging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} } )