Skip to content

Commit

Permalink
Merge pull request #2929 from stevepiercy/master
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
stevepiercy committed Jan 28, 2017
2 parents 65a9160 + 8a59669 commit 955bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narr/views.rst
Expand Up @@ -52,7 +52,7 @@ of exceptions from within the body of a view callable.
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:
Expand Down

0 comments on commit 955bec6

Please sign in to comment.