diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-11-09 20:45:37 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-11-09 20:45:37 -0800 |
| commit | 95bf541f94513b5ec2585c5ecf9f9aa684853676 (patch) | |
| tree | 595396bf68c9af0193b448d90e4c9b6c83ac6b57 /docs | |
| parent | 903f48c1e2a9a309b7386f3d69ae20433d0e7dfa (diff) | |
| download | pyramid-95bf541f94513b5ec2585c5ecf9f9aa684853676.tar.gz pyramid-95bf541f94513b5ec2585c5ecf9f9aa684853676.tar.bz2 pyramid-95bf541f94513b5ec2585c5ecf9f9aa684853676.zip | |
- add missing "has"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/logging.rst | 2 |
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.) |
