summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2009-06-02 00:05:57 +0000
committerCarlos de la Guardia <cguardia@yahoo.com>2009-06-02 00:05:57 +0000
commit52a071c7e88e68199cd17c0019a8e8a5aa21cf3a (patch)
tree46a838907655d02e88f3ca6cd339aaf92f3a28af /docs/tutorials
parent001e79a69ea214b1615fefce3bbafc54f7cbe11e (diff)
downloadpyramid-52a071c7e88e68199cd17c0019a8e8a5aa21cf3a.tar.gz
pyramid-52a071c7e88e68199cd17c0019a8e8a5aa21cf3a.tar.bz2
pyramid-52a071c7e88e68199cd17c0019a8e8a5aa21cf3a.zip
fixed typo
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/bfgwiki2/definingmodels.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst
index 334f87890..0ba2b6f5d 100644
--- a/docs/tutorials/bfgwiki2/definingmodels.rst
+++ b/docs/tutorials/bfgwiki2/definingmodels.rst
@@ -3,7 +3,7 @@ Defining Models
===============
The first change we'll make to our bone-stock paster-generated
-application will be to define a:term:`model` constructor representing
+application will be to define a :term:`model` constructor representing
a wiki page. We'll do this inside our ``models.py`` file.
Making Edits to ``models.py``