Skip to content

Commit 651129a

Browse files
committed
Merge pull request #516 from eikonomega/patch-1
Update logging.rst
2 parents 0f79709 + 2b15ec8 commit 651129a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/writing/logging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Example Configuration via a Dictionary
146146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147147

148148
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
149+
:pep:`391` contains a list of the mandatory and optional elements in
150150
the configuration dictionary.
151151

152152
.. code-block:: python
@@ -166,8 +166,8 @@ the configuration dictionary.
166166
'level': logging.DEBUG}
167167
},
168168
loggers = {
169-
root : {'handlers': ['h'],
170-
'level': logging.DEBUG}
169+
'root': {'handlers': ['h'],
170+
'level': logging.DEBUG}
171171
}
172172
)
173173

0 commit comments

Comments
 (0)