summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
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``