summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/paster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/paster.py b/pyramid/paster.py
index 5e2200ea7..b371eea6f 100644
--- a/pyramid/paster.py
+++ b/pyramid/paster.py
@@ -56,8 +56,8 @@ def setup_logging(config_uri, global_conf=None,
fileConfig=fileConfig,
configparser=configparser):
"""
- Set up logging via the logging module's fileConfig function with the
- filename specified via ``config_uri`` (a string in the form
+ Set up logging via :func:`logging.config.fileConfig` with the filename
+ specified via ``config_uri`` (a string in the form
``filename#sectionname``).
ConfigParser defaults are specified for the special ``__file__``