From d5a3bc6459cbc4d387c9f63fdc47f700129404b8 Mon Sep 17 00:00:00 2001 From: cguardia Date: Tue, 29 Mar 2011 02:09:21 -0600 Subject: fixed typo --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index efbf7924f..5c9bd91af 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -354,7 +354,7 @@ For example, given the following exception class in a module named You can wire a view callable to be called whenever any of your *other* code -raises a ``hellworld.exceptions.ValidationFailure`` exception: +raises a ``helloworld.exceptions.ValidationFailure`` exception: .. code-block:: python :linenos: -- cgit v1.2.3