summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/logging.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-11-12 12:23:48 -0500
committerChris McDonough <chrism@plope.com>2014-11-12 12:23:48 -0500
commitb1fac53cd0c3b930aec90e27f4d19c5f785f52e2 (patch)
treee71f8e716ab2d12cb692c5789120cd0984aaa340 /docs/quick_tutorial/logging.rst
parent0337f987466dd47696f4293604d071bf020f165e (diff)
parent4d19a6f383c802f9620b7d2fc239e5c6ad6c52f9 (diff)
downloadpyramid-b1fac53cd0c3b930aec90e27f4d19c5f785f52e2.tar.gz
pyramid-b1fac53cd0c3b930aec90e27f4d19c5f785f52e2.tar.bz2
pyramid-b1fac53cd0c3b930aec90e27f4d19c5f785f52e2.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/quick_tutorial/logging.rst')
-rw-r--r--docs/quick_tutorial/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/logging.rst b/docs/quick_tutorial/logging.rst
index 855ded59f..e07d23d6d 100644
--- a/docs/quick_tutorial/logging.rst
+++ b/docs/quick_tutorial/logging.rst
@@ -16,7 +16,7 @@ we might need to detect problems when other people use the site. We
need *logging*.
Fortunately Pyramid uses the normal Python approach to logging. The
-scaffold generated, in your ``development.ini``, a number of lines that
+scaffold generated, in your ``development.ini``, has a number of lines that
configure the logging for you to some reasonable defaults. You then see
messages sent by Pyramid (for example, when a new request comes in.)