Skip to content

Commit 2b15ec8

Browse files
author
Michael Dunn
committed
Update logging.rst
Removed whitespace in violation of PEP 8 and aligned lines.
1 parent 86d29a3 commit 2b15ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ the configuration dictionary.
166166
'level': logging.DEBUG}
167167
},
168168
loggers = {
169-
'root' : {'handlers': ['h'],
170-
'level': logging.DEBUG}
169+
'root': {'handlers': ['h'],
170+
'level': logging.DEBUG}
171171
}
172172
)
173173

0 commit comments

Comments
 (0)