[Python-checkins] cpython (3.3): Issue #20509: Added cross-reference in documentation.

vinay.sajip python-checkins at python.org
Tue Feb 4 17:42:32 CET 2014


http://hg.python.org/cpython/rev/f8318b069146
changeset:   88960:f8318b069146
branch:      3.3
parent:      88956:c242a8f30806
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Feb 04 16:28:07 2014 +0000
summary:
  Issue #20509: Added cross-reference in documentation.

files:
  Doc/library/logging.config.rst |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -81,8 +81,9 @@
 .. function:: fileConfig(fname, defaults=None, disable_existing_loggers=True)
 
    Reads the logging configuration from a :mod:`configparser`\-format file
-   named *fname*. This function can be called several times from an
-   application, allowing an end user to select from various pre-canned
+   named *fname*. The format of the file should be as described in
+   :ref:`logging-config-fileformat`. This function can be called several times
+   from an application, allowing an end user to select from various pre-canned
    configurations (if the developer provides a mechanism to present the choices
    and load the chosen configuration).
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list