diff options
| author | Antti Haapala <antti@haapala.name> | 2013-11-17 00:11:37 +0200 |
|---|---|---|
| committer | Antti Haapala <antti@haapala.name> | 2013-11-17 00:51:16 +0200 |
| commit | 392a6c7df93b67d6889680133fda0f744970d61f (patch) | |
| tree | 6a95764f874efbbb0114516d58bcdd0e3e5aa6e4 /docs/tutorials/wiki/authorization.rst | |
| parent | 94b754aac45e235b5b11a60489395b77c8195fdc (diff) | |
| download | pyramid-392a6c7df93b67d6889680133fda0f744970d61f.tar.gz pyramid-392a6c7df93b67d6889680133fda0f744970d61f.tar.bz2 pyramid-392a6c7df93b67d6889680133fda0f744970d61f.zip | |
Removed extra indentation from some examples (:linenos: should be indented with the same indentation as the rest of the code block)
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
| -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', |
