diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-23 23:59:14 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-23 23:59:14 -0600 |
| commit | 2ce055b7f3e81b363d25925276fe7bbcad705be7 (patch) | |
| tree | bc202b3fa3d31702c8455101f670e6ce5a94ddcf /docs | |
| parent | 799810caee1b9acb74950dbc5b0f003a386f8a38 (diff) | |
| download | pyramid-2ce055b7f3e81b363d25925276fe7bbcad705be7.tar.gz pyramid-2ce055b7f3e81b363d25925276fe7bbcad705be7.tar.bz2 pyramid-2ce055b7f3e81b363d25925276fe7bbcad705be7.zip | |
Remove extra word
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/logging.rst | 2 |
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 |
