diff options
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
