summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki/basiclayout.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfgwiki/basiclayout.rst')
-rw-r--r--docs/tutorials/bfgwiki/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki/basiclayout.rst b/docs/tutorials/bfgwiki/basiclayout.rst
index c2b2ebd4b..27e59880a 100644
--- a/docs/tutorials/bfgwiki/basiclayout.rst
+++ b/docs/tutorials/bfgwiki/basiclayout.rst
@@ -76,7 +76,7 @@ Here is the source for ``models.py``:
named ``configure.zcml`` is implemented here. Instances of this
class will be capable of being persisted in :term:`ZODB` because
the class inherits from the
- :class:`persistint.mapping.PersistentMapping` class. The
+ :class:`persistent.mapping.PersistentMapping` class. The
``__parent__`` and ``__name__`` are important parts of the
:term:`traversal` protocol. By default, have these as ``None``
indicating that this is the :term:`root` object.