mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update logging.rst
The PEP referenced for configuring logging via - '319' should be '391'. Just a simple fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user