diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 1bc6b4419..6f3be2f63 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -358,8 +358,8 @@ decorator syntactic sugar), if you wish: Using Model Interfaces ---------------------- -Instead of registering your views ``for`` a Python *class*, you can -optionally register a view for an :term:`interface`. Since an +Instead of registering your views ``for`` a Python model *class*, you +can optionally register a view for an :term:`interface`. Since an interface can be attached arbitrarily to any instance (as opposed to its identity being implied by only its class), associating a view with an interface can provide more flexibility for sharing a single view |
