diff options
Diffstat (limited to 'docs/tutorials/bfgwiki2/definingmodels.rst')
| -rw-r--r-- | docs/tutorials/bfgwiki2/definingmodels.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst index 69d8e653e..4942a72bd 100644 --- a/docs/tutorials/bfgwiki2/definingmodels.rst +++ b/docs/tutorials/bfgwiki2/definingmodels.rst @@ -2,9 +2,9 @@ Defining Models =============== -The first change we'll make to our bone-stock paster-generated -application will be to define a :term:`model` constructor representing -a wiki page. We'll do this inside our ``models.py`` file. +The first change we'll make to our stock paster-generated 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`` ----------------------------- |
