diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 23:29:23 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-14 23:29:23 -0700 |
| commit | 243ab1775eb2a28dc417202ef2166e4a6f593c89 (patch) | |
| tree | dab11394f827952b81995006381bfde1aafcefc8 /docs | |
| parent | 5fadf88be688570ef05b9a76427aa2ea133f85df (diff) | |
| download | pyramid-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.rst | 2 |
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 |
