From 5182f12df56f6593a78d688e2472567b1a780416 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 15 Nov 2010 23:34:37 -0700 Subject: Reword sentence describing what Pyramid config accomplishes --- docs/narr/configuration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/narr/configuration.rst') diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 66a9df32e..ef2e9bef1 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -21,8 +21,7 @@ application startup time as "configuration". :app:`Pyramid` extends this pattern to application development, using the term "configuration" to express standardized ways that code gets plugged into a deployment of the framework itself. When you plug code into the :app:`Pyramid` framework, you are -"configuring" :app:`Pyramid` for the purpose of creating a particular -application deployment. +"configuring" :app:`Pyramid` to create a particular application. .. index:: single: imperative configuration -- cgit v1.2.3