diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-11-15 23:54:23 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-11-15 23:54:23 -0700 |
| commit | 8a3aa65783a49cee517e680b5d4a80216a1e3232 (patch) | |
| tree | bceed9bdc2da14d9e2010c8417bbbc77a7930345 | |
| parent | 9514566c4f9fce8b8d07c3a645b007062546dfae (diff) | |
| download | pyramid-8a3aa65783a49cee517e680b5d4a80216a1e3232.tar.gz pyramid-8a3aa65783a49cee517e680b5d4a80216a1e3232.tar.bz2 pyramid-8a3aa65783a49cee517e680b5d4a80216a1e3232.zip | |
Split up long sentence on app config for clarity
| -rw-r--r-- | docs/narr/firstapp.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index bc21bf29f..bbd788250 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -139,10 +139,10 @@ passed to the ``Response`` constructor as the *body* of the response. In the Application Configuration ~~~~~~~~~~~~~~~~~~~~~~~~~ -In the above script, the following code, representing the -*configuration* of an application which uses the previously defined -imports and function definitions is placed within the confines of an -``if`` statement: +In the above script, the following code represents the *configuration* of this +simple application. The application is configured using the previously defined +imports and function definitions, placed within the confines of an ``if`` +statement: .. code-block:: python :linenos: |
