]> granicus.if.org Git - python/commitdiff
Issue #20509: Added cross-reference in documentation.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 4 Feb 2014 16:25:41 +0000 (16:25 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 4 Feb 2014 16:25:41 +0000 (16:25 +0000)
Doc/library/logging.config.rst

index 2dc82acf3f600b6abaf57594222853e1ebf4ac66..c83b02628345ec2396565ca2cf9f8ada98c3ac53 100644 (file)
@@ -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).