summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-18 23:37:08 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-18 23:48:50 -0600
commit1ce9ea211e266d85ed0f62be9553b27e91073ef1 (patch)
treed27ed1fc36a6e6a48fc511f14ba5f70dc5d95c05
parent1ec0ca5c5325953adb4e96313f7ff8bbedb87e13 (diff)
downloadpyramid-1ce9ea211e266d85ed0f62be9553b27e91073ef1.tar.gz
pyramid-1ce9ea211e266d85ed0f62be9553b27e91073ef1.tar.bz2
pyramid-1ce9ea211e266d85ed0f62be9553b27e91073ef1.zip
Update to point to latest python docs
-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 c8b3c0041..92006ab51 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -32,7 +32,7 @@ you to send messages to :mod:`Python standard library logging package
:term:`PasteDeploy` ``development.ini`` and ``production.ini`` files created
when you use our cookiecutter include a basic configuration for the Python
:mod:`logging` package.
-These ini file sections are passed to the `logging module's config file configuration engine <https://docs.python.org/2/howto/logging.html#configuring-logging>`_.
+These ini file sections are passed to the `logging module's config file configuration engine <https://docs.python.org/3.7/howto/logging.html#configuring-logging>`_.
PasteDeploy ``.ini`` files use the Python standard library :mod:`ConfigParser
format <ConfigParser>`. This is the same format used as the Python