diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2010-05-16 23:31:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2010-05-16 23:31:16 (GMT) |
commit | 1b553473ed32cec2f0d7aadbe1b1fd70fbb8fb98 (patch) | |
tree | 8e1ada48ec47da8e1400ec8ac65050c52b6ac874 | |
parent | 508a237c9791e9e4913d6e61f006aabec0f7ea7d (diff) | |
download | cpython-1b553473ed32cec2f0d7aadbe1b1fd70fbb8fb98.zip cpython-1b553473ed32cec2f0d7aadbe1b1fd70fbb8fb98.tar.gz cpython-1b553473ed32cec2f0d7aadbe1b1fd70fbb8fb98.tar.bz2 |
Add cross-reference to later section
-rw-r--r-- | Doc/library/logging.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 252685c..546ab219 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2733,9 +2733,9 @@ keys: All other keys are optional, but if present they will be interpreted as described below. In all cases below where a 'configuring dict' is mentioned, it will be checked for the special ``'()'`` key to see if a -custom instantiation is required. If so, the mechanism described -above is used to instantiate; otherwise, the context is used to -determine how to instantiate. +custom instantiation is required. If so, the mechanism described in +:ref:`logging-config-dict-userdef` below is used to create an instance; +otherwise, the context is used to determine what to instantiate. * `formatters` - the corresponding value will be a dict in which each key is a formatter id and each value is a dict describing how to |