Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.

This commit is contained in:
Vinay Sajip 2011-03-29 01:07:50 +01:00
parent f23c515e5b
commit af1fee06c9
1 changed files with 4 additions and 0 deletions

View File

@ -2545,6 +2545,8 @@ logging module using these functions or by making calls to the main API (defined
in :mod:`logging` itself) and defining handlers which are declared either in
:mod:`logging` or :mod:`logging.handlers`.
.. currentmodule:: logging.config
.. function:: fileConfig(fname[, defaults])
@ -2578,6 +2580,8 @@ in :mod:`logging` itself) and defining handlers which are declared either in
:func:`listen`.
.. currentmodule:: logging
.. _logging-config-fileformat:
Configuration file format