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

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


http://hg.python.org/cpython/rev/45aa817ec853
changeset: 88959:45aa817ec853
branch: 2.7
user: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: Tue Feb 04 16:25:41 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

AltStyle によって変換されたページ (->オリジナル) /