summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-19 03:53:03 -0500
committerChris McDonough <chrism@plope.com>2012-01-19 03:53:03 -0500
commitf23becf9eb5cbe134701d3f57d91ddc253ffcb54 (patch)
tree117d33a7f2371d855f2f38458f7e8fcf7cc1865f /docs/narr
parent87233a673f112a72c2d778868d413991a9fb1470 (diff)
downloadpyramid-f23becf9eb5cbe134701d3f57d91ddc253ffcb54.tar.gz
pyramid-f23becf9eb5cbe134701d3f57d91ddc253ffcb54.tar.bz2
pyramid-f23becf9eb5cbe134701d3f57d91ddc253ffcb54.zip
Fixes #400 (although sports was an intentional verb, maybe not the best one to use in a place where some folks wont have english as a first language)
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 5696b0b73..eb8867c6b 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -118,11 +118,11 @@ your application, or install your application for deployment or development.
A ``.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 debug your application. It sports configuration
+your application, and to debug your application. It contains configuration
that enables an interactive debugger and settings optimized for development.
Another ``.ini`` file named ``production.ini`` will also be created in the
-project directory. It sports configuration that disables any interactive
+project directory. It contains configuration that disables any interactive
debugger (to prevent inappropriate access and disclosure), and turns off a
number of debugging settings. You can use this file to put your application
into production.