diff options
| -rw-r--r-- | docs/narr/project.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 7e2730e97..c3a31dcbd 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -150,9 +150,9 @@ your application, or install your application for deployment or development. A :term:`PasteDeploy` ``.ini`` file named ``development.ini`` will be created in the project directory. You will use this ``.ini`` file to configure a -server, to run your application, and to and debug your application. It -sports configuration that enables an interactive debugger and settings -optimized for development. +server, to run your application, and to debug your application. It sports +configuration that enables an interactive debugger and settings optimized for +development. Another :term:`PasteDeploy` ``.ini`` file named ``production.ini`` will also be created in the project directory. It sports configuration that disables |
