Kaydet (Commit) af1fee06 authored tarafından Vinay Sajip's avatar Vinay Sajip

Issue #11639: Configuration function documentation referred to logging.XXX…

Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.
üst f23c515e
...@@ -2545,6 +2545,8 @@ logging module using these functions or by making calls to the main API (defined ...@@ -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 in :mod:`logging` itself) and defining handlers which are declared either in
:mod:`logging` or :mod:`logging.handlers`. :mod:`logging` or :mod:`logging.handlers`.
.. currentmodule:: logging.config
.. function:: fileConfig(fname[, defaults]) .. function:: fileConfig(fname[, defaults])
...@@ -2578,6 +2580,8 @@ in :mod:`logging` itself) and defining handlers which are declared either in ...@@ -2578,6 +2580,8 @@ in :mod:`logging` itself) and defining handlers which are declared either in
:func:`listen`. :func:`listen`.
.. currentmodule:: logging
.. _logging-config-fileformat: .. _logging-config-fileformat:
Configuration file format Configuration file format
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment