summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2/basiclayout.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfgwiki2/basiclayout.rst')
-rw-r--r--docs/tutorials/bfgwiki2/basiclayout.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/bfgwiki2/basiclayout.rst b/docs/tutorials/bfgwiki2/basiclayout.rst
index 67e488e9d..d882832d5 100644
--- a/docs/tutorials/bfgwiki2/basiclayout.rst
+++ b/docs/tutorials/bfgwiki2/basiclayout.rst
@@ -90,9 +90,9 @@ Here is the source for ``models.py``:
class.
#. *Line 33*. We map our ``models_table`` table to our Models class
- here. This makes an association between the ``Model`` class and
- the ``models`` table in the database, as far as SQLAlchemy is
- concerned.
+ here. This makes an association between the ``Model`` class and
+ the ``models`` table in the database, as far as SQLAlchemy is
+ concerned.
#. *Lines 35-40*. A function named ``populate`` which adds a single
model instance into our SQL storage and commits a transaction.