From 02c12a9e2ff804e825fdb22c28e1d16e14ac6c1f Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Tue, 7 Feb 2012 16:01:51 +0100 Subject: Minor documentation fix. Correcting a noun; 'a' => 'an', since __call__ starts with a consonant. --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/views.rst') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index fa34cca61..dbc702de8 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -30,7 +30,7 @@ View Callables View callables are, at the risk of sounding obvious, callable Python objects. Specifically, view callables can be functions, classes, or instances -that implement an ``__call__`` method (making the instance callable). +that implement a ``__call__`` method (making the instance callable). View callables must, at a minimum, accept a single argument named ``request``. This argument represents a :app:`Pyramid` :term:`Request` -- cgit v1.2.3