summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 13:39:36 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 13:39:36 -0400
commit3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb (patch)
tree76b5db7cca027e9bcc1dc81be111b8bfae90a2b6 /docs/tutorials/wiki2/definingmodels.rst
parent2c6f63a15ba4dff7aaddfa09a7066590c1a833ce (diff)
parentfca8f01565d99d841bed0dfb3c784042af693ab1 (diff)
downloadpyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.tar.gz
pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.tar.bz2
pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki2/definingmodels.rst')
-rw-r--r--docs/tutorials/wiki2/definingmodels.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst
index 27c602728..1653faf4a 100644
--- a/docs/tutorials/wiki2/definingmodels.rst
+++ b/docs/tutorials/wiki2/definingmodels.rst
@@ -57,7 +57,7 @@ attribute that will hold the body of each page.
Changing ``scripts/initializedb.py``
------------------------------------
-We haven't looked at the guts of this file yet, but within the ``scripts``
+We haven't looked at the details of this file yet, but within the ``scripts``
directory of your ``tutorial`` package is a file named ``initializedb.py``. Code
in this file is executed whenever we run the ``initialize_tutorial_db`` command
(as we did in the installation step of this tutorial).