diff options
| author | Chris McDonough <chrism@plope.com> | 2013-11-18 07:03:41 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-11-18 07:03:41 -0500 |
| commit | fb15c26a2960d5f7bf598c147f1dd6ad6a062952 (patch) | |
| tree | bf13d3a849854048d998d9b0c139d7f7f4797495 /docs/tutorials | |
| parent | 94b754aac45e235b5b11a60489395b77c8195fdc (diff) | |
| parent | e3a1b2c8af41410fdc0bacaf0b695b71078cf0bf (diff) | |
| download | pyramid-fb15c26a2960d5f7bf598c147f1dd6ad6a062952.tar.gz pyramid-fb15c26a2960d5f7bf598c147f1dd6ad6a062952.tar.bz2 pyramid-fb15c26a2960d5f7bf598c147f1dd6ad6a062952.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index 62b1164e3..93cd0c18e 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -149,8 +149,8 @@ to the ``@view_config`` decorator for ``add_page()`` and ``edit_page()``, for example: .. code-block:: python - :linenos: - :emphasize-lines: 3 + :linenos: + :emphasize-lines: 3 @view_config(name='add_page', context='.models.Wiki', renderer='templates/edit.pt', |
