Skip to content

Commit

Permalink
Fix simple typo: viewes -> views (#1783)
Browse files Browse the repository at this point in the history
Closes #1782
  • Loading branch information
timgates42 authored Feb 17, 2020
1 parent d380b52 commit 91f6aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sanic/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A simple sanic application with a single ``async`` method with ``text`` and ``js
Simple App with ``Sanic Views``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Showcasing the simple mechanism of using :class:`sanic.viewes.HTTPMethodView` as well as a way to extend the same
Showcasing the simple mechanism of using :class:`sanic.views.HTTPMethodView` as well as a way to extend the same
into providing a custom ``async`` behavior for ``view``.

.. literalinclude:: ../../examples/simple_async_view.py
Expand Down

0 comments on commit 91f6aba

Please sign in to comment.