summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-23 23:59:14 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-23 23:59:14 -0600
commit2ce055b7f3e81b363d25925276fe7bbcad705be7 (patch)
treebc202b3fa3d31702c8455101f670e6ce5a94ddcf /docs/narr/logging.rst
parent799810caee1b9acb74950dbc5b0f003a386f8a38 (diff)
downloadpyramid-2ce055b7f3e81b363d25925276fe7bbcad705be7.tar.gz
pyramid-2ce055b7f3e81b363d25925276fe7bbcad705be7.tar.bz2
pyramid-2ce055b7f3e81b363d25925276fe7bbcad705be7.zip
Remove extra word
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 2acdb33f4..c0008282a 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -39,7 +39,7 @@ format <ConfigParser>`. This is the same format used as the Python
:ref:`logging module's Configuration file format <logging-config-fileformat>`.
The application-related and logging-related sections in the configuration file
can coexist peacefully, and the logging-related sections in the file are used
-from when you run ``pserve``.
+when you run ``pserve``.
The ``pserve`` command calls the :func:`pyramid.paster.setup_logging` function,
a thin wrapper around the :func:`logging.config.fileConfig` using the specified