From e07a7407ecddfda2fd225beefb847b91da639152 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sat, 27 Nov 2010 22:27:59 -0700 Subject: add comma --- docs/narr/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 629b5f507..8f242f451 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -55,7 +55,7 @@ configuration` for the view. View callables can be functions, instances, or classes. View callables can optionally be defined with an alternate calling -convention. +convention. XXX Explain this more XXX .. index:: single: view calling convention @@ -67,7 +67,7 @@ Defining a View Callable as a Function ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The easiest way to define a view callable is to create a function that -accepts a single argument named ``request`` and which returns a +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: -- cgit v1.2.3