summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/howto/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index 5ff0d74..2c9514a 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -679,7 +679,7 @@ the new dictionary-based approach::
version: 1
formatters:
simple:
- format: format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
+ format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
handlers:
console:
class: logging.StreamHandler