Procházet zdrojové kódy

Fixed pep8 in docs/topics/logging.txt

Ian Lee před 10 roky
rodič
revize
947af46db3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'