Skip to content

Commit

Permalink
Merge pull request #784 from miyakogi/patch-1
Browse files Browse the repository at this point in the history
Fix typo (HTTPMEthodNowAllowed)
  • Loading branch information
asvetlov committed Feb 16, 2016
2 parents fb49751 + 506859d commit c01a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ View
app.router.add_route('*', '/view', MyView)

The view raises *405 Method Not allowed*
(:class:`HTTPMEthodNowAllowed`) if requested web verb is not
(:class:`HTTPMethodNotAllowed`) if requested web verb is not
supported.

:param request: instance of :class:`Request` that has initiated a view
Expand Down

0 comments on commit c01a7f6

Please sign in to comment.