Steve Piercy
2017-01-28 f174b6ae27adca07afcafbc0a810d9e7f176d6a7
Merge pull request #2930 from stevepiercy/1.7-branch

Minor change
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: