From 243ab1775eb2a28dc417202ef2166e4a6f593c89 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Tue, 14 Dec 2010 23:29:23 -0700 Subject: remove quotes, classes are wholly callable --- docs/narr/models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3