summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-14 23:29:23 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-14 23:29:23 -0700
commit243ab1775eb2a28dc417202ef2166e4a6f593c89 (patch)
treedab11394f827952b81995006381bfde1aafcefc8 /docs
parent5fadf88be688570ef05b9a76427aa2ea133f85df (diff)
downloadpyramid-243ab1775eb2a28dc417202ef2166e4a6f593c89.tar.gz
pyramid-243ab1775eb2a28dc417202ef2166e4a6f593c89.tar.bz2
pyramid-243ab1775eb2a28dc417202ef2166e4a6f593c89.zip
remove quotes, classes are wholly callable
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/models.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/models.rst b/docs/narr/models.rst
index 1631c4d12..2d7485c16 100644
--- a/docs/narr/models.rst
+++ b/docs/narr/models.rst
@@ -72,7 +72,7 @@ instance.
A model constructor may be essentially any Python object which is
callable, and which returns a model instance. In the above example,
-the ``BlogEntry`` class can be "called", returning a model instance.
+the ``BlogEntry`` class can be called, returning a model instance.
.. index::
single: model interfaces