From 1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Jan 2010 03:34:51 +0000 Subject: Spellcheck. --- docs/narr/models.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/models.rst') diff --git a/docs/narr/models.rst b/docs/narr/models.rst index c85db63bf..2964ccb20 100644 --- a/docs/narr/models.rst +++ b/docs/narr/models.rst @@ -9,7 +9,7 @@ omnipresent in :mod:`repoze.bfg`: willing to walk over when :term:`traversal` is used. - The ``context`` and ``containment`` arguments to - :meth:`repoze.bfg.configuration.Configurator.add_vew` often + :meth:`repoze.bfg.configuration.Configurator.add_view` often reference a model class. - A :term:`root factory` returns a model instance. @@ -55,7 +55,7 @@ Defining a Model Constructor ---------------------------- An example of a model constructor, ``BlogEntry`` is presented below. -It is implemente as a class which, when instantiated, becomes a model +It is implemented as a class which, when instantiated, becomes a model instance. .. code-block:: python -- cgit v1.2.3