From be7d683640b701b98889b09c7657379b8c4734a8 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Mon, 22 Feb 2010 13:33:33 +0000 Subject: Typo noticed by Douglas Cerna. --- docs/tutorials/bfgwiki/basiclayout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3