summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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