diff options
| author | Chris McDonough <chrism@plope.com> | 2011-02-12 01:29:00 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-02-12 01:29:00 -0500 |
| commit | 59c612f00105bd0ce60b6c709242db05d13b4687 (patch) | |
| tree | 977e9ecf185917b5faa3945c3161fe857be595af | |
| parent | ce6c2e400b8aee1271d8ba506b593c5335af3568 (diff) | |
| download | pyramid-59c612f00105bd0ce60b6c709242db05d13b4687.tar.gz pyramid-59c612f00105bd0ce60b6c709242db05d13b4687.tar.bz2 pyramid-59c612f00105bd0ce60b6c709242db05d13b4687.zip | |
fix typo
| -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 |
