Casey Duncan
2010-12-15 243ab1775eb2a28dc417202ef2166e4a6f593c89
remove quotes, classes are wholly callable
1 files modified
2 ■■■ changed files
docs/narr/models.rst 2 ●●● patch | view | raw | blame | history
docs/narr/models.rst
@@ -72,7 +72,7 @@
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