mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update logging.rst
Removed whitespace in violation of PEP 8 and aligned lines.
This commit is contained in:
@@ -166,8 +166,8 @@ the configuration dictionary.
|
||||
'level': logging.DEBUG}
|
||||
},
|
||||
loggers = {
|
||||
'root' : {'handlers': ['h'],
|
||||
'level': logging.DEBUG}
|
||||
'root': {'handlers': ['h'],
|
||||
'level': logging.DEBUG}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user