From 8a3aa65783a49cee517e680b5d4a80216a1e3232 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 15 Nov 2010 23:54:23 -0700 Subject: Split up long sentence on app config for clarity --- docs/narr/firstapp.rst | 8 ++++---- 1 file 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: -- cgit v1.2.3