diff options
| author | tisdall <tisdall@gmail.com> | 2013-08-09 14:54:36 -0400 |
|---|---|---|
| committer | tisdall <tisdall@gmail.com> | 2013-08-09 14:54:36 -0400 |
| commit | c40d20b20c3a8d0b3ac6f2e7ee1632889a69bfe5 (patch) | |
| tree | bf50a9c0eefb6a7979a8049fed27f2c4225e4b9c /docs/narr | |
| parent | 4a7ab035275b20b9a2926d65a3936b6fc8c35c3a (diff) | |
| download | pyramid-c40d20b20c3a8d0b3ac6f2e7ee1632889a69bfe5.tar.gz pyramid-c40d20b20c3a8d0b3ac6f2e7ee1632889a69bfe5.tar.bz2 pyramid-c40d20b20c3a8d0b3ac6f2e7ee1632889a69bfe5.zip | |
"repetion" to "repetition"
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/viewconfig.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index fd3229339..6a064c209 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -831,7 +831,7 @@ of this: config.add_view( RESTView, route_name='rest', attr='delete', request_method='DELETE') -To reduce the amount of repetion in the ``config.add_view`` statements, we +To reduce the amount of repetition in the ``config.add_view`` statements, we can move the ``route_name='rest'`` argument to a ``@view_default`` class decorator on the RESTView class: |
