From 813954f15a2256c05cd29740f55aa882322727a1 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Wed, 15 Oct 2014 14:48:35 -0700 Subject: [PATCH] [1.7.x] Fixed pep8 in docs/topics/logging.txt Backport of 947af46db3 from master --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 6af581d5d0..37b19971ab 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'