8000 [1.7.x] Fixed pep8 in docs/topics/logging.txt · alex-python/django@813954f · GitHub
[go: up one dir, main page]

Skip to content

Commit 813954f

Browse files
IanLee1521timgraham
authored andcommitted
[1.7.x] Fixed pep8 in docs/topics/logging.txt
Backport of 947af46 from master
1 parent da0ebe3 commit 813954f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/logging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Second, here's an example of a fairly complex logging setup, configured using
286286
'level': 'DEBUG',
287287
'class': 'logging.NullHandler',
288288
},
289-
'console':{
289+
'console': {
290290
'level': 'DEBUG',
291291
'class': 'logging.StreamHandler',
292292
'formatter': 'simple'

0 commit comments

Comments
 (0)
0