summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-10-15 14:48:35 -0700
committerTim Graham <timograham@gmail.com>2014-10-15 18:54:15 -0400
commit947af46db3c285edd3679106d374b258d491ecb8 (patch)
tree7bd6743d81f52a5235f50b74d6527fa4715c5d8f
parentf6c208d95c1b8b0450f45f6589a794392dbd2541 (diff)
Fixed pep8 in docs/topics/logging.txt
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 95556b5265..e1056e6e96 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -286,7 +286,7 @@ Second, here's an example of a fairly complex logging setup, configured using
'level': 'DEBUG',
'class': 'logging.NullHandler',
},
- 'console':{
+ 'console': {
'level': 'DEBUG',
'class': 'logging.StreamHandler',
'formatter': 'simple'