diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index e8ed6a557..56e86bc7a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -979,10 +979,10 @@ that it will only be called when the route matched has a name of given exception in the system: the "most specific" one will be called when the set of request circumstances match the view registration. -The only view predicate that cannot be not be used successfully when -creating an exception view configuration is ``name``. The name used -to look up an exception view is always the empty string. Views -registered as exception views which have a name will be ignored. +The only view predicate that cannot be used successfully when creating +an exception view configuration is ``name``. The name used to look up +an exception view is always the empty string. Views registered as +exception views which have a name will be ignored. .. note:: |
