Update logging.rst

The PEP referenced for configuring logging via - '319' should be '391'.
Just a simple fix.
This commit is contained in:
Michael Dunn
2015-02-10 17:15:18 -05:00
parent 0f797099e1
commit 4ffb7ff3d8
+1 -1
View File
@@ -146,7 +146,7 @@ Example Configuration via a Dictionary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
As of Python 2.7, you can use a dictionary with configuration details.
:pep:`319` contains a list of the mandatory and optional elements in
:pep:`391` contains a list of the mandatory and optional elements in
the configuration dictionary.
.. code-block:: python