summaryrefslogtreecommitdiff
path: root/docs/narr/models.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-05 22:25:26 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-05 22:25:26 +0000
commit727d349420b2f303bd8bb09fbd506113c8ac0f5c (patch)
treec72d17b06f0b2e8be2fa82ac33b9ee5218cf47e9 /docs/narr/models.rst
parent957a9366a72d4ee406e671e4e3652f85e9a5217c (diff)
downloadpyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.tar.gz
pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.tar.bz2
pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.zip
Spellcheck.
Diffstat (limited to 'docs/narr/models.rst')
-rw-r--r--docs/narr/models.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/models.rst b/docs/narr/models.rst
index a3613c77c..18738e8f4 100644
--- a/docs/narr/models.rst
+++ b/docs/narr/models.rst
@@ -128,7 +128,7 @@ that you don't want to disturb, use the
alsoProvides(IBlogEntry2, entry)
See the :ref:`views_chapter` for more information about why providing
-models with an interface can be an interesing thing to do with regard
+models with an interface can be an interesting thing to do with regard
to :term:`view` lookup.
Defining a Graph of Model Instances for Traversal
@@ -253,7 +253,7 @@ conveniently locate one object "inside" another.
Some APIs in :ref:`security_module` accept a model object as a
parameter. For example, the ``has_permission`` API accepts a
-"context" (a model object) as one of its arguments; the "acl" is
+"context" (a model object) as one of its arguments; the ACL is
obtained from this model or one of its ancestors. Other APIs in the
same module also accept :term:`context` as an argument, and a context
is always a model.