diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-22 13:06:55 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-22 13:09:40 -0700 |
| commit | 955f6fa9646cf99c850c80a00c79f411578e8387 (patch) | |
| tree | 98f0ba33051328354e9c616459475c03cd5c8f10 /docs/quick_tutorial/logging.rst | |
| parent | 6b9c29522a499c4f211083984a8aaa98b5bedbc5 (diff) | |
| download | pyramid-955f6fa9646cf99c850c80a00c79f411578e8387.tar.gz pyramid-955f6fa9646cf99c850c80a00c79f411578e8387.tar.bz2 pyramid-955f6fa9646cf99c850c80a00c79f411578e8387.zip | |
punctuation; correct title tag
Diffstat (limited to 'docs/quick_tutorial/logging.rst')
| -rw-r--r-- | docs/quick_tutorial/logging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/logging.rst b/docs/quick_tutorial/logging.rst index 82cfbe3c3..5d29cd196 100644 --- a/docs/quick_tutorial/logging.rst +++ b/docs/quick_tutorial/logging.rst @@ -16,9 +16,9 @@ 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``, has 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.) +messages sent by Pyramid, for example, when a new request comes in. Objectives ========== |
