From: Vinay Sajip Date: Tue, 4 Feb 2014 16:28:07 +0000 (+0000) Subject: Issue #20509: Added cross-reference in documentation. X-Git-Tag: v3.4.0rc1~90^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6068b6c977ad30349b6c747109b8748674ec4918;p=thirdparty%2FPython%2Fcpython.git Issue #20509: Added cross-reference in documentation. --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index c00b53275d45..453fab569459 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -81,8 +81,9 @@ in :mod:`logging` itself) and defining handlers which are declared either in .. 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).