Chris McDonough
2011-07-20 87a689d71191a175ee20e52701a9e802548f91a6
typo
1 files modified
2 ■■■ changed files
docs/narr/configuration.rst 2 ●●● patch | view | raw | blame | history
docs/narr/configuration.rst
@@ -12,7 +12,7 @@
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.