We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f79709 + 2b15ec8 commit 651129aCopy full SHA for 651129a
docs/writing/logging.rst
@@ -146,7 +146,7 @@ Example Configuration via a Dictionary
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
148
As of Python 2.7, you can use a dictionary with configuration details.
149
-:pep:`319` contains a list of the mandatory and optional elements in
+:pep:`391` contains a list of the mandatory and optional elements in
150
the configuration dictionary.
151
152
.. code-block:: python
@@ -166,8 +166,8 @@ the configuration dictionary.
166
'level': logging.DEBUG}
167
},
168
loggers = {
169
- root : {'handlers': ['h'],
170
- 'level': logging.DEBUG}
+ 'root': {'handlers': ['h'],
+ 'level': logging.DEBUG}
171
}
172
)
173
0 commit comments