diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-20 07:32:01 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-20 07:32:01 -0400 |
| commit | 87a689d71191a175ee20e52701a9e802548f91a6 (patch) | |
| tree | 9c376d35be054aecb8afb0e7e07a689fb8c06961 /docs | |
| parent | be9bbff6440750e56a73f534bc09511ef5d2b8b4 (diff) | |
| download | pyramid-87a689d71191a175ee20e52701a9e802548f91a6.tar.gz pyramid-87a689d71191a175ee20e52701a9e802548f91a6.tar.bz2 pyramid-87a689d71191a175ee20e52701a9e802548f91a6.zip | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index dacf09f18..597d48b09 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -12,7 +12,7 @@ in a ``.ini`` file parsed at application startup time as "configuration". However, if you're reasonably open-minded, it's easy to think of *code* as configuration too. Since Pyramid, like most other web application platforms, is a *framework*, it calls into code that you write (as opposed to a -*library*, which is code that exists purely for your to call). The act of +*library*, which is code that exists purely for you to call). The act of plugging application code that you've written into :app:`Pyramid` is also referred to within this documentation as "configuration"; you are configuring :app:`Pyramid` to call the code that makes up your application. |
