소스 검색

Fixed pep8 in docs/topics/logging.txt

Ian Lee 10 년 전
부모
커밋
947af46db3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/logging.txt

+ 1 - 1
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'