diff options
| author | Ian Lee <IanLee1521@gmail.com> | 2014-10-15 14:48:35 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-15 18:56:09 -0400 |
| commit | 5e4ddcc52d167d03f36dcf75c0e1a2190b2979da (patch) | |
| tree | 1c4e1d9549dbc6caf814db5c16fb5c076380c98b | |
| parent | 0a31b4ea8e844f6b2f02027ef4d94b09c34ebb91 (diff) | |
[1.6.x] Fixed pep8 in docs/topics/logging.txt
Backport of 947af46db3 from master
| -rw-r--r-- | docs/topics/logging.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index e115df0ccf..57743d620d 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -295,7 +295,7 @@ Second, here's an example of a fairly complex logging setup, configured using 'level': 'DEBUG', 'class': 'django.utils.log.NullHandler', }, - 'console':{ + 'console': { 'level': 'DEBUG', 'class': 'logging.StreamHandler', 'formatter': 'simple' |
