From 415796fa2c40c13dbd5f2d4e100aa05288e14d5b Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Tue, 16 Mar 2010 16:23:35 +0000 Subject: removed some duplicate words and an extra letter. --- docs/narr/views.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index fc1842eaf..072813276 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -618,7 +618,7 @@ For example, to add a renderer which renders views which have a The first argument is the renderer name. - The second argument is a reference to an to an implementation of a + The second argument is a reference to an implementation of a :term:`renderer factory`. Adding a New Renderer @@ -648,14 +648,14 @@ following interface: There are essentially two different kinds of renderer factories: -- A renderer factory which which expects to accept a :term:`resource +- A renderer factory which expects to accept a :term:`resource specification` or an absolute path as the ``name`` value in its constructor. These renderer factories are registered with a ``name`` value that begins with a dot (``.``). These types of renderer factories usually relate to a file on the filesystem, such as a template. -- A renderer factory which expects to accepts a token that does not +- A renderer factory which expects to accept a token that does not represent a filesystem path or a resource specification in its constructor. These renderer factories are registered with a ``name`` value that does not begin with a dot. These renderer -- cgit v1.2.3