John Jimenez
2017-01-28 0c705c95daf3ebf55eac298df9bc22a5a0843648
Minor change

minor change to flow better
1 files modified
2 ■■■ changed files
docs/narr/views.rst 2 ●●● patch | view | raw | blame | history
docs/narr/views.rst
@@ -52,7 +52,7 @@
Defining a View Callable as a Function
--------------------------------------
One of the easiest way to define a view callable is to create a function that
One of the easiest ways to define a view callable is to create a function that
accepts a single argument named ``request``, and which returns a
:term:`Response` object.  For example, this is a "hello world" view callable
implemented as a function: