Fix simple typo: viewes -> views (#1783)

Closes #1782
This commit is contained in:
Tim Gates 2020-02-18 03:16:58 +11:00 committed by GitHub
parent d380b52f9a
commit 91f6abaa81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ A simple sanic application with a single ``async`` method with ``text`` and ``js
Simple App with ``Sanic Views`` 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``. into providing a custom ``async`` behavior for ``view``.
.. literalinclude:: ../../examples/simple_async_view.py .. literalinclude:: ../../examples/simple_async_view.py