From 4ffb7ff3d8c700ff22160108b192a98d15e31a40 Mon Sep 17 00:00:00 2001 From: Michael Dunn Date: Tue, 10 Feb 2015 17:15:18 -0500 Subject: [PATCH] Update logging.rst The PEP referenced for configuring logging via - '319' should be '391'. Just a simple fix. --- docs/writing/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/logging.rst b/docs/writing/logging.rst index 4a36edb..c280e85 100644 --- a/docs/writing/logging.rst +++ b/docs/writing/logging.rst @@ -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