diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-16 16:23:35 +0000 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-16 16:23:35 +0000 |
| commit | 415796fa2c40c13dbd5f2d4e100aa05288e14d5b (patch) | |
| tree | 93ae45140fa56dba73f543a791ecbbe48489cd2d /docs | |
| parent | b573a0c7babca45dd2a85ff00734d322a8fa1916 (diff) | |
| download | pyramid-415796fa2c40c13dbd5f2d4e100aa05288e14d5b.tar.gz pyramid-415796fa2c40c13dbd5f2d4e100aa05288e14d5b.tar.bz2 pyramid-415796fa2c40c13dbd5f2d4e100aa05288e14d5b.zip | |
removed some duplicate words and an extra letter.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 6 |
1 files 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 |
