Steve Piercy
2014-04-21 41e992416a07fa0ff93cc5818865f7e3bcd56449
Merge pull request #1315 from omidraha/patch-1

Correct missing word.
1 files modified
2 ■■■ changed files
docs/quick_tutorial/logging.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/logging.rst
@@ -16,7 +16,7 @@
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.)