From 6d7d7e4dd8a9e827b796d1b0df9cfbb6af2b87f6 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 2 Dec 2010 22:22:42 -0700 Subject: add i.e., fix typo --- docs/narr/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 56e86bc7a..7a80890e8 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -986,9 +986,9 @@ exception views which have a name will be ignored. .. note:: - Normal (non-exception) views registered against a context which + Normal (i.e., non-exception) views registered against a context which inherits from :exc:`Exception` will work normally. When an - exception view configuraton is processed, *two* views are + exception view configuration is processed, *two* views are registered. One as a "normal" view, the other as an "exception" view. This means that you can use an exception as ``context`` for a normal view. -- cgit v1.2.3